Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

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.

This repository contains the JPEG version of Mini-DDBS breast cancer dataset from Kaggle. Sinced the whole dataset is 50GB only the JPEG version is extracted and uploaded here for faster retrieving.

You can use Git Clone to download the whole data or the zip version (although zip version are recommended):

To access the data:

  • Using Git Clone
git clone https://huggingface.co/datasets/keanteng/miniddbs-jpeg
  • Using Python
from huggingface_hub import hf_hub_download

# Replace with the actual repository ID and filename
repo_id = "keanteng/miniddbs-jpeg"
filename = "miniddbs-jpeg.zip"

local_filepath = hf_hub_download(repo_id=repo_id, filename=filename)
print(f"File downloaded to: {local_filepath}")
Downloads last month
238

Models trained or fine-tuned on keanteng/miniddbs-jpeg