Vignesh1997 commited on
Commit
12f83bd
1 Parent(s): ae560ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ st.write(
185
  "The BERT model was proposed in BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding by Jacob Devlin, Ming-Wei Chang, Kenton Lee and Kristina Toutanova. It’s a bidirectional transformer pretrained using a combination of masked language modeling objective and next sentence prediction on a large corpus comprising the Toronto Book Corpus and Wikipedia."
186
  )
187
  st.write(
188
- " This demo uses the facebook/m2m100_1.2B model. For local inference see https://github.com/ikergarcia1996/Easy-Translate"
189
  )
190
  st.write("This demo uses bert-base-multilingual-cased ")
191
 
 
185
  "The BERT model was proposed in BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding by Jacob Devlin, Ming-Wei Chang, Kenton Lee and Kristina Toutanova. It’s a bidirectional transformer pretrained using a combination of masked language modeling objective and next sentence prediction on a large corpus comprising the Toronto Book Corpus and Wikipedia."
186
  )
187
  st.write(
188
+ " This demo uses the facebook/m2m100_1.2B model. For local inference see https://github.com/vigneshmj1997/alignments"
189
  )
190
  st.write("This demo uses bert-base-multilingual-cased ")
191