Spaces:
Runtime error
Runtime error
more tasks
Browse files- app.py +1 -1
- assets/data/datapoints_embeddings_df.parquet +3 -0
app.py
CHANGED
@@ -89,6 +89,6 @@ if __name__ == "__main__":
|
|
89 |
st.markdown("* The datapoints are emebdded using sentence embeddings of their `text` field.")
|
90 |
st.markdown("* You can either search for a datapoint or drag and select to peek into the cluster content.")
|
91 |
st.markdown("* If the term you are searching for matches `dataset_id` or `text` it will be highlighted in *red*. The selected points will be summarized as a dataframe on the right.")
|
92 |
-
datasets_df = pd.read_parquet('./assets/data/
|
93 |
st.warning("Hugging Face π€ Datapoints Explorer for Text Classification")
|
94 |
datasets_explorer_viz(datasets_df)
|
|
|
89 |
st.markdown("* The datapoints are emebdded using sentence embeddings of their `text` field.")
|
90 |
st.markdown("* You can either search for a datapoint or drag and select to peek into the cluster content.")
|
91 |
st.markdown("* If the term you are searching for matches `dataset_id` or `text` it will be highlighted in *red*. The selected points will be summarized as a dataframe on the right.")
|
92 |
+
datasets_df = pd.read_parquet('./assets/data/datapoints_embeddings_df.parquet')
|
93 |
st.warning("Hugging Face π€ Datapoints Explorer for Text Classification")
|
94 |
datasets_explorer_viz(datasets_df)
|
assets/data/datapoints_embeddings_df.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5530596e000d625088bd8b9a6e509a80736209129374ad2bf3c26d85352bba37
|
3 |
+
size 321411
|