Skip to content

This project summarizes large text from any article to a smaller version without any loss in context. It uses the T5 Base transformer model.

Notifications You must be signed in to change notification settings

shshwtsrkr/Text-Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Text-Summarization

This project is a NLP based text summarization model. It uses the T5 Base transformer model.

Result

  • The topmost paragraph is the raw text that is to be summarized.
  • The next paragraph below it is the summary of the text gained from the test dataset.
  • The last paragraph is the summarized text given as output by the trained model.

    Image

About

This project summarizes large text from any article to a smaller version without any loss in context. It uses the T5 Base transformer model.

Topics

Resources

Stars

Watchers

Forks