testdataset / README.md
thomasyu888's picture
Update README.md
d34d6c8
metadata
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

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')