Spaces:
Sleeping
Sleeping
title: Text Summarizer | |
emoji: 🌍 | |
colorFrom: blue | |
colorTo: green | |
sdk: docker | |
pinned: false | |
license: mit | |
#### New Summarization and NER | |
News summarization uses "facebook/bart-base" that is fine-tuned using TensorFlow for summarization using | |
<a href = "https://www.kaggle.com/datasets/gowrishankarp/newspaper-text-summarization-cnn-dailymail" target="_blank">CNN news articles</a> dataset.<br><br> | |
The notebook to fine-tune "facebook/bart-base" for news summarization can be found <a href="https://huggingface.co/spaces/Sravan1214/news-summarizer-ner/blob/main/bart_en_summarization.ipynb">here</a>.<br> |