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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -19,6 +19,9 @@ st.markdown("""|Question|Coherent answer|Incoherent answer|
19
  |Pamela has 25 flowers and her friend gives her 17 flowers. Write in words the total number of flowers Pamela has|forty-two|areflowers|
20
  """)
21
 
 
 
 
22
 
23
  st.markdown('## Inference')
24
 
 
19
  |Pamela has 25 flowers and her friend gives her 17 flowers. Write in words the total number of flowers Pamela has|forty-two|areflowers|
20
  """)
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