Commit ·
2005e75
1
Parent(s): cbe27d6
Add sample audio output with playable audio in model card
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .gitattributes +1 -0
- README.md +9 -0
- final_output.wav +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -138,6 +138,15 @@ These `.so` files are compiled from the `.cpp` sources and are ready to be deplo
|
|
| 138 |
- `Supertonic_TTS_StepbyStep.ipynb`
|
| 139 |
- `Correlation_Verification.ipynb`
|
| 140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
## Note
|
| 142 |
|
| 143 |
> Inference script and sample application are not provided. Optimization work is ongoing and will be released soon.
|
|
|
|
| 138 |
- `Supertonic_TTS_StepbyStep.ipynb`
|
| 139 |
- `Correlation_Verification.ipynb`
|
| 140 |
|
| 141 |
+
## Sample Output
|
| 142 |
+
|
| 143 |
+
Audio generated on QCS6490 board using quantized models (10 diffusion steps, noise-reduced):
|
| 144 |
+
|
| 145 |
+
<audio controls>
|
| 146 |
+
<source src="final_output.wav" type="audio/wav">
|
| 147 |
+
Your browser does not support the audio element.
|
| 148 |
+
</audio>
|
| 149 |
+
|
| 150 |
## Note
|
| 151 |
|
| 152 |
> Inference script and sample application are not provided. Optimization work is ongoing and will be released soon.
|
final_output.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5322f5b5144f72e4c89d9530c306b7a1a3f2f35cfdf1f19b98ded735df1649a
|
| 3 |
+
size 441044
|