CoolFace
Datasetpublic

yhqu/property_based_matching

Property Based Matching Dataset This dataset is part of the Deep Principle Bench collection. Files property_based_matching.csv: Main dataset file Usage import pandas as pd from datasets import load_dataset # Load the dataset dataset = load_dataset("yhqu/property_based_matching") # Or load directly as pandas DataFrame df = pd.read_csv("hf://datasets/yhqu/property_based_matching/property_based_matching.csv") Citation Please cite… See the full description on the dataset page: https://huggingface.co/datasets/yhqu/property_based_matching.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes2downloads
3 commits on main
617b89d1y ago

Upload property_based_matching.csv with huggingface_hub

yhqu
fbb03d71y ago

Upload README.md with huggingface_hub

yhqu
b3397e11y ago

initial commit

yhqu