frankier commited on
Commit
f83aba6
1 Parent(s): 5c54202

Add script to push processed version of dataset to hub

Browse files
Files changed (1) hide show
  1. push_processed.py +5 -0
push_processed.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ import datasets
2
+
3
+
4
+ dataset = datasets.load_dataset("multiscale_rt_critics.py")
5
+ dataset.push_to_hub("frankier/processed_multiscale_rt_critics")