pale / materialize.py
zeio's picture
feat(materialize): added materialization script, updated readme
cc50802 verified
raw
history blame contribute delete
No virus
137 Bytes
from pale import Pale
data = Pale(config_name = 'pulled')
data.download_and_prepare()
data.as_dataset().push_to_hub('zeio/auto-pale')