Clean parentage
Every new adapter states whether it starts from base or continues prior state.
PUBLIC BUILD / 2026
A public emotion-speech dataset looked like a cleaner test of audio understanding. It became a useful probe—but it was not the same problem as directing UGC ads.
A fresh-base audio-perception probe that clarified the objective instead of replacing it.
01 / Why detour
CREMA-D contains acted emotional speech with repository-provided labels. It offered a tempting controlled question: can a fresh adapter over Base Inkling use audio to recover an emotion label or expressive description?
The appeal was methodological. Public metadata reduces ambiguity about the intended class, the clips are short, and a held-out actor can create an untouched evaluation split.
This run started from Base Inkling with a new LoRA. It did not continue the UGC-ad adapter and cannot be interpreted as additional ad training.
02 / What ran
Seventy-seven repository-labeled clips rendered into a fresh training set. The project explicitly accepted the metadata at face value instead of pretending every recording had received a new human listen. The fresh rank-32 adapter trained for 20 optimizer steps and saved final checkpoints.
A separate comparison workflow prepared paired base-versus-adapter responses and a blind review interface. Training completion still did not establish better audio perception.
03 / Mismatch
| Dimension | CREMA-D probe | UGC objective |
|---|---|---|
| Source | Short acted emotional utterances | Real advertising performances |
| Target | Repository emotion metadata | Detailed word-preserving performance direction |
| Primary test | Audio-perception behavior | Useful expressive markup for ads |
| Downstream use | Diagnostic only | Speech rendering and creative production |
A model can improve on one and fail on the other. Combining the datasets without a carefully designed multi-task objective would make the result harder—not easier—to interpret.
04 / Lesson
The detour clarified three things. First, training must start from an explicit parent identity. Second, metadata-supervised and human-reviewed data are different evidence classes. Third, an evaluation dataset must match the behavior we want to ship.
Every new adapter states whether it starts from base or continues prior state.
Base and adapter receive matched inputs before identity is revealed.
CREMA-D remains a documented perception probe, not ad-direction training data.