Spaces:
Build error
Build error
Update data_measurements/streamlit_utils.py
Browse files
data_measurements/streamlit_utils.py
CHANGED
@@ -25,13 +25,13 @@ st.set_option('deprecation.showPyplotGlobalUse', False)
|
|
25 |
def sidebar_header():
|
26 |
st.sidebar.markdown(
|
27 |
"""
|
28 |
-
This demo showcases the [dataset
|
29 |
-
Right now this has:
|
30 |
-
-
|
31 |
-
-
|
32 |
-
-
|
33 |
-
|
34 |
-
|
35 |
""",
|
36 |
unsafe_allow_html=True,
|
37 |
)
|
|
|
25 |
def sidebar_header():
|
26 |
st.sidebar.markdown(
|
27 |
"""
|
28 |
+
This demo showcases the [dataset measures as we develop them](https://huggingface.co/blog/data-measurements-tool).
|
29 |
+
Right now this has a few pre-loaded datasets for which you can:
|
30 |
+
- view some general statistics about the text vocabulary, lengths, labels
|
31 |
+
- explore some distributional statistics to assess properties of the language
|
32 |
+
- view some comparison statistics and overview of the text distribution
|
33 |
+
|
34 |
+
The tool is in development, and will keep growing in utility and functionality 🤗🚧
|
35 |
""",
|
36 |
unsafe_allow_html=True,
|
37 |
)
|