--- datasets: - JulesBelveze/tldr_news metrics: - rouge pipeline_tag: summarization --- # TLDR News: FLAN T-5 A fine-tuned version of google/flan-t5-base for summarisation and title generation trained on the JulesBelveze/tldr_news dataset. # How to use with the pipeline API ``` from transformers install pipeline ```