You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Vietnamese-Speech-Recognition
3
3
4
4
# Introduction
5
5
6
-
In this repo, I focused on building end-to-end speech recognition pipeline using [Quartznet](https://arxiv.org/abs/1910.10261) and [CTC decoder](https://github.com/parlance/ctcdecode) supported by beam search algorithm as well as language model.
6
+
In this repo, I focused on building end-to-end speech recognition pipeline using [Quartznet](https://arxiv.org/abs/1910.10261), [wav2vec2.0](https://arxiv.org/abs/2006.11477) and [CTC decoder](https://github.com/parlance/ctcdecode) supported by beam search algorithm as well as language model.
7
7
8
8
# Setup
9
9
@@ -13,7 +13,7 @@ Here I used [100h speech public dataset](https://institute.vinbigdata.org/events
13
13
14
14
```
15
15
mkdir data/LJSpeech-1.1
16
-
python data/custom.py
16
+
python data/custom.py # create data format for training quartnet & w2v2.0
17
17
```
18
18
19
19
And below is the folder that I used, note that `metadata.csv` has 2 columns, `file name` and `transcript`:
@@ -61,12 +61,18 @@ For training the quartznet model, you can run:
0 commit comments