Skip to content

Commit e9987ed

Browse files
authored
Add example atlas Space to docs (#1885)
* Add iframe example atlas Space to docs * add space link * Use Screenshot instead of Iframe * make image a link
1 parent b33f3d5 commit e9987ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/hub/datasets-embedding-atlas.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[Embedding Atlas](https://apple.github.io/embedding-atlas/) is an interactive visualization tool for exploring large embedding spaces. It enables you to visualize, cross-filter, and search embeddings alongside associated metadata, helping you understand patterns and relationships in high-dimensional data. All computation happens in your computer, ensuring your data remains private and secure.
44

5+
Here is an [example atlas](https://huggingface.co/spaces/davanstrien/megascience) for the [MegaScience](https://huggingface.co/datasets/MegaScience/MegaScience) dataset hosted as a Static Space:
6+
7+
<div class="flex justify-center">
8+
<a href="https://huggingface.co/spaces/davanstrien/megascience">
9+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/atlas-dataset-library-screenshot.png"/>
10+
</a>
11+
</div>
12+
513
## Key Features
614

715
- **Interactive exploration**: Navigate through millions of embeddings with smooth, responsive visualization

0 commit comments

Comments
 (0)