Resonance step 20000 — weights-only
Browse files
README.md
CHANGED
|
@@ -1,25 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags: [resonance, anima, tts, speech, from-scratch]
|
| 4 |
-
library_name: fsp-ttv
|
| 5 |
---
|
| 6 |
|
| 7 |
-
# FatStinkyPanda · Resonance — step
|
| 8 |
|
| 9 |
-
A from-scratch **neural text-to-speech** engine (
|
| 10 |
|
| 11 |
-
>
|
| 12 |
|
| 13 |
-
##
|
| 14 |
-
```bash
|
| 15 |
-
pip install 'git+https://github.com/FatStinkyPanda/Anima#subdirectory=engine'
|
| 16 |
-
fsp-ttv synthesize "Hello from Resonance." --ckpt final.pt -o out.wav
|
| 17 |
-
```
|
| 18 |
-
|
| 19 |
-
## Latest validation health scores (0..1, from the engine's own instrument)
|
| 20 |
- **behavior**: 1.0
|
| 21 |
- **layer_health**: 1.0
|
| 22 |
- **stability**: 1.0
|
| 23 |
-
- **coarse_accuracy**: 0.
|
| 24 |
-
- **overall**: 0.
|
| 25 |
-
- **tf_coarse_accuracy**: 0.
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
tags: [resonance, anima, tts, speech, from-scratch]
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# FatStinkyPanda · Resonance — step 20,000
|
| 7 |
|
| 8 |
+
A from-scratch **neural text-to-speech** engine (SNAC 24 kHz codec), trained in the **Anima** project (https://github.com/FatStinkyPanda/Anima). The published `resonance.safetensors` holds the trained tensors; the architecture loads them via the project's private engine.
|
| 9 |
|
| 10 |
+
> **Proprietary architecture.** The architecture and training innovations are NOT public. This repo hosts the trained **weights + tokenizer only**; the config + modeling code stay private. Benchmarks run on **neutral free compute** and are published openly so the numbers are verifiable without exposing how the model works.
|
| 11 |
|
| 12 |
+
## Latest held-out benchmarks (neutral compute)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- **behavior**: 1.0
|
| 14 |
- **layer_health**: 1.0
|
| 15 |
- **stability**: 1.0
|
| 16 |
+
- **coarse_accuracy**: 0.0526
|
| 17 |
+
- **overall**: 0.6487
|
| 18 |
+
- **tf_coarse_accuracy**: 0.0526
|
| 19 |
+
|
| 20 |
+
Created & released by **FatStinkyPanda**. For access or collaboration, contact the creator.
|