Genshin4.8_JP / readme.txt
dlxjj's picture
Upload folder using huggingface_hub
d378b44 verified
raw
history blame
358 Bytes
from datasets import load_dataset
dataset = load_dataset("audiofolder", data_dir="./")
dataset["train"][0]
# Genshin4.8_JP
# huggingface-cli repo create Genshin4.8_JP --type dataset
# huggingface-cli upload Genshin4.8_JP . . --repo-type dataset
# https://huggingface.co/docs/datasets/share 上传当前目录数据集
dlxjj/Genshin4.8_JP