Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 470 Bytes

Bart_T5-summarization

Summarization Task using Bart and T5 models from HugginFace Transformers

It is possible to directly compare the best models for text summarization Bart and T5.

Install requeriments

pip install -U transformers
pip install -U torch
pip install flask

Run

python app.py

Bart Summarization

Bart Summarization

T5 Summarization

Bart Summarization