furrutiav commited on
Commit
b1b4a8d
1 Parent(s): 8bef766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.markdown("""|Question|Coherent answer|Incoherent answer|
21
 
22
  st.markdown('## Model')
23
 
24
- st.markdown('Fine tuning of Spanish version of BERT ([BETO](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased)). This new model is trained using Spanish pairs of Questions and Answers to predict incoherent. Available on [furrutiav/beto_coherence](https://huggingface.co/furrutiav/beto_coherence)')
25
 
26
  st.markdown('## Inference')
27
 
 
21
 
22
  st.markdown('## Model')
23
 
24
+ st.markdown('Fine tuning of Spanish version of BERT ([BETO](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased)). This new model is trained using Spanish pairs of questions/answers to predict incoherence. Available on [furrutiav/beto_coherence](https://huggingface.co/furrutiav/beto_coherence).')
25
 
26
  st.markdown('## Inference')
27