openstt-uk / README.md
Yehor's picture
Update README.md
95bab01
|
raw
history blame
298 Bytes
metadata
language:
  - uk
license: cc-by-4.0

This repository contains transcriptions with other metadata for the VOA Ukrainian dataset.

Usage:

from datasets import load_dataset

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

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