added new messages
Browse files
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="""
|
|
|
|
| 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 |
"""
|