Spaces:
Runtime error
Runtime error
typo fix (#1)
Browse files- typo fix (4aaf8fc95d2a0f0f2cd4f464a2b64d6a1ecb3665)
Co-authored-by: π€ <clem@users.noreply.huggingface.co>
app.py
CHANGED
@@ -86,7 +86,7 @@ if __name__ == "__main__":
|
|
86 |
### LOAD DATA AND SESSION VARIABLES ###
|
87 |
with st.expander("How to interact with the plot:"):
|
88 |
st.markdown("* Each point in the plot represents a HF hub dataset categorized by their `task_id`.")
|
89 |
-
st.markdown("* Every dataset is
|
90 |
st.markdown("* You can either search for a dataset or drag and select to peek into the cluster content.")
|
91 |
datasets_df = pd.read_parquet('./assets/data/datasets_df.parquet')
|
92 |
st.warning("Hugging Face π€ Datasets Explorer")
|
|
|
86 |
### LOAD DATA AND SESSION VARIABLES ###
|
87 |
with st.expander("How to interact with the plot:"):
|
88 |
st.markdown("* Each point in the plot represents a HF hub dataset categorized by their `task_id`.")
|
89 |
+
st.markdown("* Every dataset is embedded using the [SPECTER](https://github.com/allenai/specter#advanced-training-your-own-model) embedding of its corresponding paper abstract.")
|
90 |
st.markdown("* You can either search for a dataset or drag and select to peek into the cluster content.")
|
91 |
datasets_df = pd.read_parquet('./assets/data/datasets_df.parquet')
|
92 |
st.warning("Hugging Face π€ Datasets Explorer")
|