UnarineLeo commited on
Commit
d028f12
1 Parent(s): 49e782f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ def replace_mask(sentence, predicted_word):
21
 
22
  st.title("Fill Mask | Zabantu-nso-120m")
23
  st.write(f"")
 
24
 
25
  col1, col2 = st.columns(2)
26
 
 
21
 
22
  st.title("Fill Mask | Zabantu-nso-120m")
23
  st.write(f"")
24
+ st.markdown("This is a variant of Zabantu pre-trained on a monolingual dataset of Sepedi(nso) sentences on a transformer network with 120 million traininable parameters.")
25
 
26
  col1, col2 = st.columns(2)
27