File size: 1,095 Bytes
befbdc4
 
cab7bd8
 
 
baecbee
cab7bd8
 
 
 
 
 
 
d34d6c8
a4edcd8
569616c
 
 
 
 
 
 
 
df1bb86
ced216a
df1bb86
 
 
ced216a
df1bb86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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=<Access Token here>
```

Load the dataset using the huggingface datasets Python API

```python
from datasets import load_dataset
dataset = load_dataset('SageBio/testdataset', split='train')
```