Jorge Henao commited on
Commit
ec4ff69
1 Parent(s): cb629a8

hello fukcing world

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. config.py +2 -2
app.py CHANGED
@@ -81,7 +81,7 @@ if __name__ == "__main__":
81
  st.markdown("---")
82
  st.markdown("""
83
  </br>Por: Jorge Henao 🇨🇴 <a href="https://twitter.com/jhenaotw" target='_blank'>Twitter</a> <a href="https://www.linkedin.com/in/henaojorge" target='_blank'/>LinkedIn</a>
84
- """)
85
  else:
86
  st.markdown("Haz Preguntas como: _**\"¿Desde cuando ha estado el narcotráfico en el estado?\"**_,\
87
  _**\"¿número de víctimas en la masacre de bojayá?\"**_,\
 
81
  st.markdown("---")
82
  st.markdown("""
83
  </br>Por: Jorge Henao 🇨🇴 <a href="https://twitter.com/jhenaotw" target='_blank'>Twitter</a> <a href="https://www.linkedin.com/in/henaojorge" target='_blank'/>LinkedIn</a>
84
+ """, unsafe_allow_html=True)
85
  else:
86
  st.markdown("Haz Preguntas como: _**\"¿Desde cuando ha estado el narcotráfico en el estado?\"**_,\
87
  _**\"¿número de víctimas en la masacre de bojayá?\"**_,\
config.py CHANGED
@@ -3,6 +3,6 @@ class Config():
3
  es_user = "elastic"
4
  es_password = "Xmir2X1f5twb8OJbpjbiIgXt"
5
  proposals_index = "petrolfo"
6
- reader_model_name_or_path = "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es"
7
- #reader_model_name_or_path = "deepset/roberta-base-squad2-distilled"
8
  use_gpu = True
 
3
  es_user = "elastic"
4
  es_password = "Xmir2X1f5twb8OJbpjbiIgXt"
5
  proposals_index = "petrolfo"
6
+ #reader_model_name_or_path = "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es"
7
+ reader_model_name_or_path = "deepset/xlm-roberta-base-squad2"
8
  use_gpu = True