CoolFace
Datasetpublic

fineweb-retrieval/fineweb-edu-index

This dataset contains the embeddings for the full fineweb-edu, embedded with the Cohere Embed V3 model. You can search on this dataset with just 500MB of memory using DiskVectorIndex. Installation & Usage Get your free Cohere API key from cohere.com. You must set this API key as an environment variable: export COHERE_API_KEY=your_api_key Install the package: pip install DiskVectorIndex You can then search via: from DiskVectorIndex import DiskVectorIndex index =… See the full description on the dataset page: https://huggingface.co/datasets/fineweb-retrieval/fineweb-edu-index.

sourceHugging Facecc-by-nc-sa-4.0updated 1y agoView on Hugging Face
0likes29kdownloads
5 commits on main
544c2531y ago

Update README.md

nreimers
0de430e2y ago

readme

nreimers
b4ea3952y ago

add corpus

nreimers
931c9152y ago

add index

nreimers
5a0d1f62y ago

initial commit

nreimers