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
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
weaviate/wiki-sample · CoolFace