Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 926 Bytes

File metadata and controls

20 lines (13 loc) · 926 Bytes

flan-t5-text-summarizer

This repo contains the assignment file I submitted for my Generative AI course hosted by ShiftKey Labs.

Overview

The assignment implements a text summarization model using the FLAN-T5 architecture trained on a smaller dataset. The entire process is documented in a Google Colab Notebook, which serves as the assignment file.

Hugging face Model

I uploaded my trained (or fine tuned) model to Hugging Face, which can be accessed here

References:

  1. Model Used - https://huggingface.co/google/flan-t5-small
  2. Dataset Used - https://huggingface.co/datasets/abisee/cnn_dailymail

Try It!

To replicate the project or run your own summarization tasks, you can clone this repository and open the Google Colab Notebook.

git clone https://github.com/varshivenkatesh/flan-t5-text-summarizer.git