José Eliel Camargo Molina commited on
Commit
3f3bbb0
·
1 Parent(s): d5dd064

added paper

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -404,6 +404,7 @@ def main():
404
  st.markdown(" ### For a set of chosen fields, this model generates the corresponding Lagrangian which encodes all interactions and dynamics of the fields.")
405
 
406
  st.markdown(" #### This is a demo of our [BART](https://arxiv.org/abs/1910.13461)-based model with ca 360M parameters")
 
407
 
408
  st.markdown(" ##### :violet[Due to computational resources, we limit the number of fields to 3. Some features in the LaTeX rendering (such as daggers) are not supported in the current version and helicity is always 1/2 (to be updated).]")
409
  st.markdown(" ##### Choose up to three different fields:")
 
404
  st.markdown(" ### For a set of chosen fields, this model generates the corresponding Lagrangian which encodes all interactions and dynamics of the fields.")
405
 
406
  st.markdown(" #### This is a demo of our [BART](https://arxiv.org/abs/1910.13461)-based model with ca 360M parameters")
407
+ st.markdown(" #### Details about the model, training, and evaluation can be found in our [paper](https://arxiv.org/abs/2501.09729).")
408
 
409
  st.markdown(" ##### :violet[Due to computational resources, we limit the number of fields to 3. Some features in the LaTeX rendering (such as daggers) are not supported in the current version and helicity is always 1/2 (to be updated).]")
410
  st.markdown(" ##### Choose up to three different fields:")