FatStinkyPanda commited on
Commit
1f5cd0e
·
verified ·
1 Parent(s): cd553b1

Resonance step 20000 — weights-only

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -1,25 +1,20 @@
1
  ---
2
- license: apache-2.0
3
  tags: [resonance, anima, tts, speech, from-scratch]
4
- library_name: fsp-ttv
5
  ---
6
 
7
- # FatStinkyPanda · Resonance — step 5,000
8
 
9
- A from-scratch **neural text-to-speech** engine (~309M params, SNAC 24 kHz codec), trained in the **Anima** project (https://github.com/FatStinkyPanda/Anima). Created & released by **FatStinkyPanda** (Daniel A. Bissey).
10
 
11
- > Honest scope: a custom architecture trained on a tiny budget. This repo holds the raw checkpoint it loads with the project's `fsp-ttv` engine, NOT `transformers`.
12
 
13
- ## Synthesize (fsp-ttv engine)
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.0042
24
- - **overall**: 0.6384
25
- - **tf_coarse_accuracy**: 0.0042
 
 
 
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.