yjernite HF staff commited on
Commit
c500e3c
1 Parent(s): df659f9

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 metrics as we develop them](https://huggingface.co/blog/data-measurements-tool).
29
- Right now this has:
30
- - dynamic loading of datasets in the lib
31
- - fetching config and info without downloading the dataset
32
- - propose the list of candidate text and label features to select
33
- We are still working on:
34
- - implementing all the current tools
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
  )