five

CohereLabs/fineweb-edu-10B-index

收藏
Hugging Face2026-03-25 更新2026-05-10 收录
下载链接:
https://hf-mirror.com/datasets/CohereLabs/fineweb-edu-10B-index
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: cc-by-nc-sa-4.0 --- This dataset contains the embeddings for the 10B variant of [fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu), embedded with the Cohere Embed V3 model. You can search on this dataset with just 500MB of memory using [DiskVectorIndex](https://github.com/cohere-ai/DiskVectorIndex). # Installation & Usage Get your free **Cohere API key** from [cohere.com](https://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: ```python from DiskVectorIndex import DiskVectorIndex index = DiskVectorIndex("CohereLabs/fineweb-edu-10B-index") while True: query = input("\n\nEnter a question: ") docs = index.search(query, top_k=3) for doc in docs: print(doc) print("=========") ``` # License Please observe the License for the [Fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu). The license displayed here is just for the embeddings.
提供机构:
CohereLabs
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作