ksvmuralidhar commited on
Commit
a57b25b
·
verified ·
1 Parent(s): 39f8cfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,5 +17,5 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
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>
 
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" on CNN 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>
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>