Spaces:
Runtime error
Runtime error
typo fix
Browse files
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")
|