Datasets:
Sub-tasks:
speaker-identification
Languages:
Japanese
Size:
100K<n<1M
Tags:
speech-recognition
License:
# 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 | |