File size: 1,786 Bytes
031a8a7
83a08f5
031a8a7
 
919fb62
 
031a8a7
 
a06cbfc
 
919fb62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81886f7
 
919fb62
81886f7
f358d34
919fb62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf950f4
919fb62
110b9ee
 
 
 
919fb62
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: cc-by-nc-4.0
task_categories:
- translation
source_datasets:
- PhoST - VinAI
language:
- vi
size_categories:
- 100K<n<1M
pretty_name: Speech to Text Translation Vietnamese
dataset_info:
  features:
  - name: path
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: sentence
    dtype: string
  splits:
  - name: train
    num_examples: 294723
  - name: test
    num_examples: 1095
---

## Dataset Summary
The origin dataset from: [PhoST](https://github.com/VinAIResearch/PhoST)

A speech-to-text translation dataset with source audio in English and target sentences in Vietnamese.

In this STVi dataset, we split the origin audio into 1-15s corresponding to each sentence and spelling correction, normalization word, audio segmentation

## Data Structure

```
{'path': 'stvi/train/waves/315814.wav', 'audio': {'path': 'stvi/train/waves/315814.wav', 'array': array([-0.0050354 , -0.00296021, -0.00549316, ..., -0.0085144 ,
       -0.00686646, -0.00018311]), 'sampling_rate': 16000}, 'sentence': 'tôi cảm thấy bẽ mặt và xấu hổ đến mức tôi chạy ngay về nhà với mẹ và trách phạt bà vì để tôi mặc cái áo gớm guốc'}
```

### Data Fields
- path: The path to the audio file
- audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate.
- sentence: The transcript sentence 

### Data Splits

The speech material has been subdivided into portions for train and test.

The speech was split from a TED Talk, and each speech segment corresponds to a transcript sentence.

|                     | Train | Test  |
| ------------------- | ----- | ----- |
| Utterances          | 294723| 1054  |
| Duration (in hours) | 425.91| 1.616 |