CoolFace
Datasetpublic

olmer/wiki_mpnet_index

Semantic search over the 44 million of English Wikipedia paragraphs using sentence transformers encoder. The dataset contains: 43 911 155 paragraphs from 6 458 670 wikipedia articles stored in a zip archive; FAISS index with the embeddings; Retriever module for semantic search over the paragraphs. The size of each paragraph varies from 20 to 2000 characters.The embedding vector size is 768.The index is 4-bit-quantized 2-level IVF16384_HNSW32 constructed with the FAISS… See the full description on the dataset page: https://huggingface.co/datasets/olmer/wiki_mpnet_index.

sourceHugging Facecc-by-sa-3.0updated 3y agoView on Hugging Face
1likes20downloads
4 commits on main
dd401533y ago

Update README.md

olmer
3b40a033y ago

update retriever

Oleh Shliazhko
365eb643y ago

data and retriever module

Oleh Shliazhko
f41f0583y ago

initial commit

olmer