Dataset

Dataset Release

Redistribution/Modification of Open-access Dataset

Since Hugging Face is an excellent platform for sharing models and datasets, along with convenient APIs for downloading and uploading data, I have made several open-access datasets available on 🤗 YongchengYAO, ensuring they comply with the original dataset licenses. Only datasets with licenses that allow redistribution or modification have been released.

Example:

#!/bin/bash
# $HF_TOKEN is your Hugging Face token
pip install --upgrade huggingface-hub[cli]
huggingface-cli login --token $HF_TOKEN
# python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="YongchengYAO/OAIZIB-CM", repo_type='dataset', local_dir="/your/local/folder")

Highlight