Martijn van Beers commited on
Commit
6c01ee5
1 Parent(s): f59e918

Add back title

Browse files

Since we stopped using gradio.Interface for gradio.Blocks, we lost
Interface's title property. Fake it by adding a heading in markdown

Files changed (1) hide show
  1. description.md +2 -0
description.md CHANGED
@@ -1,3 +1,5 @@
 
 
1
  In this demo, we use the RoBERTa language model (optimized for masked language modelling and finetuned for sentiment analysis).
2
  The model predicts for a given sentences whether it expresses a positive, negative or neutral sentiment.
3
  But how does it arrive at its classification? This is, surprisingly perhaps, very difficult to determine.
 
1
+ # RoBERTa Explainability
2
+
3
  In this demo, we use the RoBERTa language model (optimized for masked language modelling and finetuned for sentiment analysis).
4
  The model predicts for a given sentences whether it expresses a positive, negative or neutral sentiment.
5
  But how does it arrive at its classification? This is, surprisingly perhaps, very difficult to determine.