eltorio commited on
Commit
7bd457c
1 Parent(s): c15277d

Create copy_test.py

Browse files
Files changed (1) hide show
  1. copy_test.py +8 -0
copy_test.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ !pip install datasets
2
+
3
+ from datasets import load_dataset
4
+ import datasets
5
+
6
+ # Load the dataset (replace with the correct dataset name if needed)
7
+ dataset = load_dataset("mdwiratathya/ROCO-radiology", split="test")
8
+ dataset.push_to_hub("eltorio/ROCO-radiology")