Datasets:
Modalities:
Audio
Sub-tasks:
speaker-identification
Languages:
Japanese
Size:
100K<n<1M
Tags:
speech-recognition
License:
File size: 222 Bytes
0843bdd |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# coding=utf-8
# Copyright 2022 CC - Fhrozen (Hitachi LTD.).
#
# Lint as: python3
"""Librispeech automatic speech recognition dataset."""
import os
import datasets
from datasets.tasks import AutomaticSpeechRecognition
|