baasfasfasfasf commited on
Commit
408a900
1 Parent(s): 75ea6c3
Files changed (6) hide show
  1. README.md +13 -0
  2. backward_flow.onnx +3 -0
  3. config.yml +6 -0
  4. encoder.onnx +3 -0
  5. forward_flow.onnx +3 -0
  6. vocoder.onnx +3 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language: en
4
+ tags:
5
+ - text-to-speech
6
+ ---
7
+ # Exported [FlowtronTTS](https://arxiv.org/abs/2005.05957) with [WaveGlow](https://arxiv.org/abs/1811.00002) vocoder
8
+
9
+ This model is intended to be used with [npc-engine](https://github.com/npc-engine/npc-engine).
10
+
11
+ Fork used for exporting https://github.com/npc-engine/flowtron
12
+
13
+ Original code https://github.com/NVIDIA/flowtron
backward_flow.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc81544b3d35c63aa8d56b735831bd64467b4a4313f7201ec2190356c3bc4fcb
3
+ size 110745839
config.yml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ model_type: "FlowtronTTS"
2
+ max_frames: 400
3
+ gate_threshold: 0.5
4
+ sigma: 0.8
5
+ smoothing_window: 3
6
+ smoothing_weight: 0.5
encoder.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fee45c48e4363913bfb97721f3fca7a61e1ce12adfbcba17e29227a83777642
3
+ size 23623159
forward_flow.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1d33e9e6154e28abe816965a61dab61b7c9eefcaad735eb40e827451149f83
3
+ size 110738957
vocoder.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d6710014be0d4dd1196c6f228657c26b6bf84c0ea210764ee388387b7cd67d9
3
+ size 52807590