patrickvonplaten
commited on
Commit
•
f53bfd2
1
Parent(s):
8798153
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Example to download fastspeech2 from fairseq
|
2 |
|
3 |
The following should work with fairseq's most up-to-date version in a google colab:
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- fairseq
|
4 |
+
- audio
|
5 |
+
- text-to-speech
|
6 |
+
language: en
|
7 |
+
datasets:
|
8 |
+
- ljspeech
|
9 |
+
---
|
10 |
## Example to download fastspeech2 from fairseq
|
11 |
|
12 |
The following should work with fairseq's most up-to-date version in a google colab:
|