File size: 256 Bytes
7bd457c
 
 
 
 
 
 
 
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="test")
dataset.push_to_hub("eltorio/ROCO-radiology")