File size: 306 Bytes
4307de3
95bab01
 
4307de3
 
95bab01
0bc6395
95bab01
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
language: 
  - uk
license: cc-by-4.0
---

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

Usage:

```python
from datasets import load_dataset

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

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