from datasets import load_dataset ds = load_dataset("keremberke/german-traffic-sign-detection", name="full", trust_remote_code=True) example = ds['train'][0] print(example)