File size: 614 Bytes
7dd67ed
41451bd
7dd67ed
 
 
 
 
 
 
 
72ffeb3
 
 
 
 
41451bd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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>