
Itbanque/whisper-ja-zh-base
Automatic Speech Recognition
β’
0.1B
β’
Updated
β’
50
β’
1
ScreenTalk_JA2ZH is a bilingual speech dataset containing Japanese audio paired with Chinese (Simplified) sentence translations. It is specifically curated from film and TV content, making it highly suitable for tasks such as speech translation, multilingual ASR fine-tuning, and movie subtitle generation.
Each sample in the dataset has the following fields:
Field | Description |
---|---|
audio |
Path or link to the Japanese audio file |
sentence |
Chinese translation of the spoken content |
Example:
{
"audio": "clips/0001.wav",
"sentence": "ζ们εΎεΏ«ηΉη¦»εΌθΏιγ"
}
from datasets import load_dataset
dataset = load_dataset("DataLabX/ScreenTalk_JA2ZH")
CC BY-NC 4.0 This dataset is made available for research and non-commercial use only.
If you use this dataset, please cite:
@misc{datalabx2025screentalkja2zh,
title = {ScreenTalk_JA2ZH: Japanese Audio with Chinese Translations},
author = {DataLabX},
year = {2025},
howpublished = {\url{https://huggingface.co/datasets/DataLabX/ScreenTalk_JA2ZH}},
}