robertknight commited on
Commit
63a5f66
·
verified ·
1 Parent(s): f2f8336

Add model details

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - hexgrad/Kokoro-82M
5
+ ---
6
+
7
+ This model is an ONNX export of the Kokoro TTS model created using the script at https://github.com/hexgrad/kokoro/blob/main/examples/export.py at commit dfb907a02bba8152ca444717ca5d78747ccb4bec.
8
+
9
+ Compared to the [onnx-community version](https://huggingface.co/onnx-community/Kokoro-82M-v1.0-ONNX) this version uses `Conv` operators as a replacement for `STFT`, which avoids some [numerical problems](https://github.com/robertknight/rten/pull/928#issuecomment-3273328165) with it.