CoolFace
Datasetpublic

sentence-transformers/example-documents

Example Documents A small set of example documents across modalities (image, audio, video) for use in Sentence Transformers retrieval snippets and documentation. These are the kinds of files you pass to model.encode_document(...). They can safely be used as examples in your model cards if you don't want to host the example assets in your model repositories themselves. Contents File Modality doc1.jpg image (document page) doc2.jpg image (document page)… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/example-documents.

sourceHugging Faceupdated 1mo agoView on Hugging Face
1likes868downloads
8 commits on main
49f05721mo ago

Use the exact vidore/colpali_train_set test originals for doc1-4 (doc2 re-encoded from its source PNG to JPEG)

tomaarsen
566cab61mo ago

Restore the model-cards note (accidentally overwritten), keep trust_remote_code removed

tomaarsen
04af09b1mo ago

Drop unnecessary trust_remote_code from the SentenceTransformer example

tomaarsen
060ffbb1mo ago

Explain why this exists and why you'd use it

tomaarsen
21e2f951mo ago

Finalize card: drop MultiVectorEncoder from intro and the multi-vector/late-interaction tags, add SentenceTransformer usage example

tomaarsen
67b6f0a1mo ago

Add document page images (vidore/colpali_train_set test split)

tomaarsen
f9aa2331mo ago

Add example documents (Tevatron OmniEmbed assets + DailyTalk speech clips)

tomaarsen
67a8ca81mo ago

initial commit

tomaarsen