Commit
β’
ca19aec
1
Parent(s):
e15c6b0
gray note.
Browse files
app.py
CHANGED
@@ -105,6 +105,6 @@ def main():
|
|
105 |
render_metadata()
|
106 |
st.markdown("**GlotWeb** is an indexing service for low-resource languages. It indexes **non-religous** sites or links written in each language. This list can be used to create raw text or parallel corpora and to study low-resource languages on the web.\n")
|
107 |
render_home_table()
|
108 |
-
st.markdown("\n\
|
109 |
|
110 |
main()
|
|
|
105 |
render_metadata()
|
106 |
st.markdown("**GlotWeb** is an indexing service for low-resource languages. It indexes **non-religous** sites or links written in each language. This list can be used to create raw text or parallel corpora and to study low-resource languages on the web.\n")
|
107 |
render_home_table()
|
108 |
+
st.markdown("\n\n<font color='gray'>We compare the level of support for these languages in the three big datasets ([MADLAD-400](https://huggingface.co/datasets/allenai/MADLAD-400), [FLORES200](https://huggingface.co/datasets/facebook/flores), [GLOT500](https://huggingface.co/datasets/cis-lmu/Glot500)) of low-resource languages (π₯ 0/3 < π§ 1/3 < π¨ 2/3 < π© 3/3). Although the support in these datasets for some of these languages could be just the religious texts.</font>", unsafe_allow_html=True)
|
109 |
|
110 |
main()
|