CoolFace
Datasetpublic

weaviate/wiki-sample

Loading dataset without vector embeddings You can load the raw dataset without vectors, like this: from datasets import load_dataset dataset = load_dataset("weaviate/wiki-sample", split="train", streaming=True) Loading dataset with vector embeddings You can also load the dataset with vectors, like this: from datasets import load_dataset dataset = load_dataset("weaviate/wiki-sample", "weaviate-snowflake-arctic-v2", split="train", streaming=True) for item in… See the full description on the dataset page: https://huggingface.co/datasets/weaviate/wiki-sample.

sourceHugging Facebsd-3-clauseupdated 2y agoView on Hugging Face
1likes2kdownloads
settings

This repository belongs to weaviate on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

namewiki-sample
visibilitypublic
licencebsd-3-clause
gatedno
ownerweaviate
Account settings
weaviate/wiki-sample · CoolFace