Spaces:
Sleeping
Sleeping
Commit
·
d57f131
1
Parent(s):
c82bebf
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: News Summarizer
|
3 |
emoji: 🏢
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
@@ -11,3 +11,11 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: News Summarizer NER
|
3 |
emoji: 🏢
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
#### New Summarization & NER
|
16 |
+
|
17 |
+
News summarization and NER application that uses "facebook/bart-base" that is fine-tuned using TensorFlow for summarization
|
18 |
+
and "microsoft/deberta-base" that is fine-tuned using TensorFlow for token classification (NER).
|
19 |
+
|
20 |
+
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>
|
21 |
+
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>
|