Dataset Viewer
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.
This is a test on how to advertise a dataset that we host on Synapse built off of this example
To download files in this dataset you must register for a Synapse account After registering for an account, please create a personal access token and install the Python client.
pip install synapseclient
export SYNAPSE_AUTH_TOKEN=<Access Token here>
Load the dataset using the huggingface datasets Python API
from datasets import load_dataset
dataset = load_dataset('SageBio/testdataset', split='train')
- Downloads last month
- 37