Skip to content

Commit

Permalink
Fix list formatting in CLIP announcement (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders authored Mar 7, 2024
1 parent c222a56 commit cd29d63
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit cd29d63

Please sign in to comment.