nicholasKluge commited on
Commit
6774d3c
1 Parent(s): a0957f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -54,7 +54,6 @@ def interpet_DistilBERT(text):
54
  description = (
55
  "<center>"
56
  "<h1>Explaining DistilBERT with integrated gradients 🏰</h1>"
57
- "<img src='https://production-media.paperswithcode.com/methods/new_BERT_Overall.jpg' width=400>"
58
  "<br>This app was built to provide insight into how a DistilBERT model, fine-tuned for text classification, operates via integrated gradient explanations. Enter a text and see the gradient scores for each word in the input.<br>"
59
  "To learn more, visit this <a href='https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Explainability/NLP%20Interpreter/gradient_explanations_BERT.ipynb'>tutorial</a><br>"
60
  "</center>"
 
54
  description = (
55
  "<center>"
56
  "<h1>Explaining DistilBERT with integrated gradients 🏰</h1>"
 
57
  "<br>This app was built to provide insight into how a DistilBERT model, fine-tuned for text classification, operates via integrated gradient explanations. Enter a text and see the gradient scores for each word in the input.<br>"
58
  "To learn more, visit this <a href='https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Explainability/NLP%20Interpreter/gradient_explanations_BERT.ipynb'>tutorial</a><br>"
59
  "</center>"