Spaces:
Sleeping
Sleeping
UnarineLeo
commited on
Update app.py
Browse files
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 |
|