Spaces:
Sleeping
Sleeping
metadata
title: News Summarizer and 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" on CNN news summarization can be found here
The notebook to fine-tune "microsoft/deberta-base" can be found here