jaketae commited on
Commit
0abfcc2
1 Parent(s): a1eddb6

docs: add yaml tags to readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # HiFi-GAN
2
 
3
  [HiFi-GAN](https://arxiv.org/abs/2010.05646) vocoder trained on the [LJ Speech dataset](https://keithito.com/LJ-Speech-Dataset/). The modeling code is based on the [official implementation](https://github.com/jik876/hifi-gan) and the [fairseq adaptation](https://github.com/pytorch/fairseq).
 
1
+ ---
2
+ language: en
3
+ task: text-to-speech
4
+ datasets:
5
+ - ljspeech
6
+ tags:
7
+ - audio
8
+ - text-to-speech
9
+ ---
10
+
11
  # HiFi-GAN
12
 
13
  [HiFi-GAN](https://arxiv.org/abs/2010.05646) vocoder trained on the [LJ Speech dataset](https://keithito.com/LJ-Speech-Dataset/). The modeling code is based on the [official implementation](https://github.com/jik876/hifi-gan) and the [fairseq adaptation](https://github.com/pytorch/fairseq).