Spaces:
Sleeping
Sleeping
title: News Summarizer NER | |
emoji: 🏢 | |
colorFrom: green | |
colorTo: indigo | |
sdk: streamlit | |
sdk_version: 1.29.0 | |
app_file: app.py | |
pinned: false | |
license: mit | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
#### New Summarization & NER | |
News summarization and NER application that uses "facebook/bart-base" that is fine-tuned using TensorFlow for summarization | |
and "microsoft/deberta-base" that is fine-tuned using TensorFlow for token classification (NER). | |
The notebook to fine-tune "facebook/bart-base" can be found <a href="https://github.com/ksv-muralidhar/hugging_face_tf_fine_tuning/blob/main/bart_en_summarization.ipynb">here</a><br> | |
The notebook to fine-tune "microsoft/deberta-base" can be found <a href="https://github.com/ksv-muralidhar/hugging_face_tf_fine_tuning/blob/main/ner_deberta.ipynb">here</a> |