broadfield-dev commited on
Commit
26155f6
·
verified ·
1 Parent(s): f162ec4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
2
- title: Embedding Atlas
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.42.0
8
  app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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.