Spaces:
Sleeping
Sleeping
Done with all readme file changes
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🌍
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
@@ -12,8 +12,5 @@ license: mit
|
|
12 |
|
13 |
News summarization uses "facebook/bart-base" that is fine-tuned using TensorFlow for summarization using
|
14 |
<a href = "https://www.kaggle.com/datasets/gowrishankarp/newspaper-text-summarization-cnn-dailymail" target="_blank">CNN news articles</a> dataset.<br><br>
|
15 |
-
NER uses "microsoft/deberta-base" that is fine-tuned using TensorFlow for token classification (NER) using this
|
16 |
-
<a href="https://www.kaggle.com/datasets/saurabhprajapat/named-entity-recognition" target="_blank">dataset</a>.<br>The fine-tuning dataset contains annotated sentences.<br>
|
17 |
-
During inference, the input text is split into sentences using Spacy and entities are identified in each sentence.<br>
|
18 |
|
19 |
-
The notebook to fine-tune "facebook/bart-base" for news summarization can be found <a href="https://
|
|
|
1 |
---
|
2 |
+
title: Text Summarizer
|
3 |
emoji: 🌍
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
|
|
12 |
|
13 |
News summarization uses "facebook/bart-base" that is fine-tuned using TensorFlow for summarization using
|
14 |
<a href = "https://www.kaggle.com/datasets/gowrishankarp/newspaper-text-summarization-cnn-dailymail" target="_blank">CNN news articles</a> dataset.<br><br>
|
|
|
|
|
|
|
15 |
|
16 |
+
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>
|