SageBio/testdataset
收藏Hugging Face2023-05-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/SageBio/testdataset
下载链接
链接失效反馈官方服务:
资源简介:
---
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')
```
提供机构:
SageBio
原始信息汇总
数据集概述
许可证
- 许可证类型:其他
使用限制
- 用户同意不尝试确定数据集中个体的身份。
- 用户必须勾选同意仅将此模型用于非商业用途。
数据字段
- Company: 文本类型
- Country: 文本类型
语言
- 英语 (en)
下载与使用
- 下载此数据集需要注册Synapse账户,并创建个人访问令牌。
- 数据集可通过huggingface datasets Python API加载,使用以下代码: python from datasets import load_dataset dataset = load_dataset(SageBio/testdataset, split=train)



