Sravan1214 commited on
Commit
41451bd
·
verified ·
1 Parent(s): c8bc7f8

Done with all readme file changes

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: News Summarizer and NER
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://github.com/ksv-muralidhar/hugging_face_tf_fine_tuning/blob/main/bart_en_summarization.ipynb">here</a>.<br>
 
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>