Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')), '(Request ID: d659f40c-8080-4f0a-83b5-9fbe300e33dd)')
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

Bowman Prospects Baseball Card Dataset labeled by rarity. All Images were fetched from ebay.

Example setup

from datasets import load_dataset

dataset = load_dataset("hazelbestt/bowman_prospects_supervised_images")["train"]

# Split the data manually
split = dataset.train_test_split(test_size=0.2, seed=42)
train_ds = split["train"]
val_ds = split["test"]
Downloads last month
60

Models trained or fine-tuned on hazelbestt/bowman_prospects_supervised_images