Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix list formatting in CLIP announcement #899

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/blog/posts/2024-03-06|Datacomp_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ indices for more and larger datasets.
The resulting embedded dataset and index have been published on the Hugging Face Hub
[here](https://huggingface.co/datasets/fondant-ai/datacomp-small-clip). The data repository is
structured as follows:

- [data/](https://huggingface.co/datasets/fondant-ai/datacomp-small-clip/viewer/embeddings): The
dataset containing ids, urls, and CLIP embeddings
- [faiss](https://huggingface.co/datasets/fondant-ai/datacomp-small-clip/blob/main/faiss):
Expand All @@ -49,6 +50,7 @@ Read on below on how to use it with Fondant.

The easiest way to use the index, is using Fondant. Fondant offers reusable operations which
allow you to query the index with your data, either prompts or embeddings:

- [By prompt](https://fondant.ai/en/latest/components/hub/#retrieve_from_faiss_by_prompt#description)
- [By embedding](https://fondant.ai/en/latest/components/hub/#retrieve_from_faiss_by_embedding#description)

Expand Down
Loading