Commit ·
044923f
1
Parent(s): 16f0a44
Add HF model card metadata and audio sample embed
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Supertonic-2 ONNX Inference
|
| 2 |
|
|
|
|
|
|
|
| 3 |
High-quality Text-to-Speech synthesis using Supertonic-2 ONNX models.
|
| 4 |
|
| 5 |
## Quick Start
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-speech
|
| 4 |
+
- qualcomm
|
| 5 |
+
- qnn
|
| 6 |
+
- onnx
|
| 7 |
+
- quantized
|
| 8 |
+
license: mit
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Supertonic-2 ONNX Inference
|
| 12 |
|
| 13 |
+
<audio controls src="https://huggingface.co/dev-ansh-r/supertonic2-qualcomm-quantized/resolve/main/output/custom.wav"></audio>
|
| 14 |
+
|
| 15 |
High-quality Text-to-Speech synthesis using Supertonic-2 ONNX models.
|
| 16 |
|
| 17 |
## Quick Start
|