The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
README
NOTE: The data is still hosted by the team, and since the huggingface doesn't host the data, you need to download the dataset first. (Optimally, download logic can be integrate into the dataload script but I don't know how that organize the data behind the scene. To make thing easier for now, instead, I kindly request you to download the dataset ahead of time.)
Env
To downlaod the dataset
Warning: running the following command will download ~556GB of data!
rsync -av ultrasuite-rsync.inf.ed.ac.uk::ultrasuite .
Run meta generation script
python ./utils/tools/metadata_generator.py
Load data using load_dataset()
from datasets import load_dataset
path = "path/to/UltraSuite.py"
name="uxtd" # "upx","uxssd","uxtd","ux2020","cleft"
dataset = load_dataset(path,name)
- Downloads last month
- 67