Fix the listification bug
Move methods to the new classes
Handle TranslationPipeline getting an extra kwarg
Remove debug breakpoint again
Correct logging import
make fixup
Reparent SummarizationPipeline and TranslationPipeline onto TextGenerationPipeline
Change SUPPORTED_TASKS to move tasks to TextGenerationPipeline
Change the pipeline tag for Seq2Seq models
Fix postprocessing for Seq2Seq generation
Cleanup the add_special_tokens logic
Make the model checking work properly
Pushed my debug breakpoint again
Silently praying that TextGenerationPipeline still works after this