LanceDB huggingface datasets
You can either include a README.md with dataset cards
directly in a raw Lance dataset, or adopt a Hugging Face–style directory structure,
placing Lance datasets for different splits in the /data directory:
my_dataset/
├── README.md
└── data/
├── train.lance
├── test.lance
└── validation.lance