Dataset Features
-
Add lance format support by @eddyxu in https://github.com/huggingface/datasets/pull/7913
- Support for both Lance dataset (including metadata / manifests) and standalone .lance files
- e.g. with lance-format/fineweb-edu
from datasets import load_dataset ds = load_dataset("lance-format/fi...