Datasets:

License:
The Dataset Viewer has been disabled on this dataset.

简介 Genshin Impact & Honkai Star Rail Game Character Voice Dataset

本仓库为由 AI Hobbyist 提供的 aihobbyist/Genshin_Dataset 数据集的集成代码,最终解释权均归 米哈游 所有。集成代码旨在为社区提供更加便捷的使用方案:对于 Python 开发者仅需几行代码即可实现自动按需查找、下载、按语言拆分以及正规化,而非手动搜索和下载笨重的完整包以照顾不同背景和门槛的使用者。集成代码由 Genius-Society 提供,若您需要使用压缩包版数据源并自行编写数据处理脚本,可转至 aihobbyist/Genshin_Dataset 支持原作者。

This repository is the integration code for the aihobbyist/Genshin_Dataset provided by AI Hobbyist, with the final right of interpretation belonging to MiHoYo. The integration code aims to provide a more convenient usage solution for the community: for Python developers, only a few lines of code are needed to automatically search, download, split by language, and normalize on demand, instead of manually searching for and downloading the cumbersome complete package to accommodate users with different backgrounds and thresholds. The integration code is provided by Genius-Society. If you need to use the compressed package version of the data source and write your own data processing scripts, you can go to aihobbyist/Genshin_Dataset to support the original author.

环境 Environment

pip install datasets py7zr librosa

支持角色 Supported characters

原神角色列表 Genshin characters
崩铁角色列表 Star Rail characters

语言选项 Languages

语言 Lang 原神 Genshin 崩铁 Star Rail
中 Chinese genshin_zh starail_zh
日 Japanese genshin_jp starail_jp
英 English genshin_en starail_en
韩 Korean genshin_kr starail_kr

使用案例 Usage

from datasets import load_dataset

ds = load_dataset(
    "Genius-Society/hoyoTTS",
    name="黑塔",  # 角色中文名
    split="starail_zh",  # 语言选项需与角色所在游戏匹配
    cache_dir="./__pycache__",  # 数据集缓存位置
)

for item in ds:
    print(item)

维护 Maintenance

git clone [email protected]:datasets/Genius-Society/hoyoTTS
cd hoyoTTS

参考引用 Reference

[1] https://pan.ai-hobbyist.com
[2] https://ys.mihoyo.com/main
[3] https://sr.mihoyo.com

Downloads last month
44

Space using Genius-Society/hoyoTTS 1