vincentkoc/hover-parquet
Dataset Card for HoVer (Parquet Format) Note: This is a scriptless, Parquet-based version of the HoVer dataset for seamless integration with HuggingFace datasets library. No trust_remote_code required! Quick Start from datasets import load_dataset # Load the dataset (no trust_remote_code needed!) dataset = load_dataset("vincentkoc/hover-parquet") # Access splits train = dataset["train"] validation = dataset["validation"] test = dataset["test"] # Example usage… See the full description on the dataset page: https://huggingface.co/datasets/vincentkoc/hover-parquet.
Fix license: Change from CC-BY-SA 4.0 to MIT
Upload README.md with huggingface_hub
Upload README.md with huggingface_hub
Upload data/test.parquet with huggingface_hub
Upload data/validation.parquet with huggingface_hub
Upload data/train.parquet with huggingface_hub
initial commit
