nguyenvulebinh
commited on
Commit
•
8d7f9cf
1
Parent(s):
c508e0b
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: vi
|
3 |
+
datasets:
|
4 |
+
- youtube-vi-13k-hours
|
5 |
+
tags:
|
6 |
+
- speech
|
7 |
+
license: cc-by-nc-4.0
|
8 |
+
---
|
9 |
+
|
10 |
+
# Vietnamese Wav2Vec2-Base model
|
11 |
+
|
12 |
+
Our self-supervised model is pre-trained on a massive audio set of 13k hours of Vietnamese youtube audio.
|
13 |
+
|
14 |
+
# Usage
|
15 |
+
|
16 |
+
See [this notebook](https://colab.research.google.com/drive/1FjTsqbYKphl9kL-eILgUc-bl4zVThL8F?usp=sharing) for more information on how to fine-tune the model.
|
17 |
+
|
18 |
+
# Contact
|
19 |
+
|
20 |
+
nguyenvulebinh@gmail.com / binh@vietai.org
|
21 |
+
|
22 |
+
[![Follow](https://img.shields.io/twitter/follow/nguyenvulebinh?style=social)](https://twitter.com/intent/follow?screen_name=nguyenvulebinh)
|