Iker commited on
Commit
b222d67
1 Parent(s): 16e9c22

Update info

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -136,6 +136,9 @@ def load_model(
136
 
137
 
138
  st.title("M2M100 Translator")
 
 
 
139
 
140
 
141
  user_input: str = st.text_area(
136
 
137
 
138
  st.title("M2M100 Translator")
139
+ st.write("M2M100 is a multilingual encoder-decoder (seq-to-seq) model trained for Many-to-Many multilingual translation. It was introduced in this paper https://arxiv.org/abs/2010.11125 and first released in https://github.com/pytorch/fairseq/tree/master/examples/m2m_100 repository. The model that can directly translate between the 9,900 directions of 100 languages.\n")
140
+
141
+ st.write(" This demo uses the facebook/m2m100_1.2B model. For local inference see https://github.com/ikergarcia1996/Easy-Translate")
142
 
143
 
144
  user_input: str = st.text_area(