File size: 262 Bytes
c15277d |
1 2 3 4 5 6 7 8 |
!pip install datasets
from datasets import load_dataset
import datasets
# Load the dataset (replace with the correct dataset name if needed)
dataset = load_dataset("mdwiratathya/ROCO-radiology", split="validation")
dataset.push_to_hub("eltorio/ROCO-radiology") |