Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,20 @@
|
|
1 |
---
|
2 |
-
title: Embedding Atlas
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Embedding Atlas Explorer
|
3 |
+
emoji: 🗺️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.30.0
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
---
|
11 |
|
12 |
+
# Embedding Atlas Explorer
|
13 |
+
|
14 |
+
This Space allows you to visualize any text-based dataset from the Hugging Face Hub using [Apple's Embedding Atlas](https://github.com/apple/embedding-atlas).
|
15 |
+
|
16 |
+
## How it works:
|
17 |
+
1. **Load Data**: Enter the name of a dataset from the Hub, specify the text column, and choose a sample size.
|
18 |
+
2. **Generate Embeddings**: The backend uses a Sentence Transformer model to convert the text into numerical vectors (embeddings).
|
19 |
+
3. **Reduce Dimensions**: UMAP is used to project the high-dimensional embeddings down to a 2D map for visualization.
|
20 |
+
4. **Explore**: The interactive Atlas UI is displayed, allowing you to pan, zoom, select points, and explore the structure of your text data.
|