Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
This is the repository for the Em-MPI dataset associated with 'The impact of internal variability on benchmarking deep learning climate emulators'. The total size is <10GB. The associated code lives at github.com/blutjens/climate-emulator
To download the dataset run this Python script:
from huggingface_hub import snapshot_download # Requires pip install huggingface_hub
snapshot_download(repo_id='blutjens/em-mpi',
repo_type='dataset',
local_dir='../em-mpi-data', # Local path to data
)
Alternatively, one can download individual files on huggingface.com via:
# Click of 'Files and Versions'
# Click on the file you wish to download
# Click 'download'
- Downloads last month
- 15