--- license: other extra_gated_prompt: >- You agree to not attempt to determine the identity of individuals in this dataset extra_gated_fields: Company: text Country: text I agree to use this model for non-commercial use ONLY: checkbox language: - en --- This is a test on how to advertise a dataset that we host on Synapse built off of this [example](https://huggingface.co/datasets/katielink/synapse_test_dataset) To download files in this [dataset](https://www.synapse.org/#!Synapse:syn51520471/files/) you must [register](https://help.synapse.org/docs/Managing-Your-Account.2055405596.html) for a Synapse account After registering for an account, please [create a personal access token](https://help.synapse.org/docs/Managing-Your-Account.2055405596.html#ManagingYourAccount-PersonalAccessTokens) and install the Python client. ``` pip install synapseclient export SYNAPSE_AUTH_TOKEN= ``` Load the dataset using the huggingface datasets Python API ```python from datasets import load_dataset dataset = load_dataset('SageBio/testdataset', split='train') ```