openstt-uk / README.md
Yehor's picture
Update README.md
01569e6 verified
|
raw
history blame
518 Bytes
metadata
language:
  - uk
license: cc-by-4.0

Voice of America transcriptions

Community

Overview

This dataset has transcriptions with other metadata for the VOA Ukrainian dataset (~398h).

Usage

from datasets import load_dataset

ds = load_dataset('Yehor/voa-uk-transcriptions', split='train')

for row in ds:
    print(row['text'])