Shrey commited on
Commit
74354c5
·
1 Parent(s): cafd8ac

added new messages

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,7 +52,8 @@ def unmask_words(txt_with_mask,k_suggestions=5):
52
  #val=unmask_words(txt)
53
 
54
  import gradio as gr
55
- description="""CC bert is a MLM model pretrained on data collected from ~200k papers on arXiv comprising of mathematical proofs and theorems. The aim of this interface is to show the difference between english and scientific english pretraining.
 
56
  For more information visit [Theoremkb Project](https://github.com/PierreSenellart/theoremkb)
57
  or contact [mishra@di.ens.fr](mishra@di.ens.fr).
58
  """
 
52
  #val=unmask_words(txt)
53
 
54
  import gradio as gr
55
+ description="""This is a demo to show the Masked Language model pretrained on data collected from ~197k papers on arXiv consisting of mathematical proofs and theorems.
56
+ The aim of this interface is to show the difference between English and scientific English pretraining.
57
  For more information visit [Theoremkb Project](https://github.com/PierreSenellart/theoremkb)
58
  or contact [mishra@di.ens.fr](mishra@di.ens.fr).
59
  """