p1c-flat-moshi-d6f6dbfd

One of 13 runs from the SODA-extension flat-vs-hier campaign: a compute-matched comparison of the flattened SODA architecture (paper) against a CSM/Moshi-style hierarchical factorization (backbone over steps + small depth transformer over the 8 Mimi RVQ codebook slots), trained on the same interleaved text+audio corpus with a shared id-space so held-out NLL is directly comparable across arms.

Model details

Architecture flattened (single decoder over the flat token stream)
Loss recipe Moshi-style alpha = 100/100/1 (text/semantic/acoustic)
Compute budget (3ร— forward FLOPs) 3e18
Model d=768, L=8
Window 4096 tokens
Total parameters (incl. embeddings) 298M
Training step 64325
Audio Mimi RVQ, 1 semantic + 7 acoustic codebooks, 12.5 Hz

Trained on the 42k-hour campaign corpus (YODAS + Emilia EN, interleaved text+audio, single pass).

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer

tok = AutoTokenizer.from_pretrained("soda-research/p1c-flat-moshi-d6f6dbfd")
model = AutoModelForCausalLM.from_pretrained("soda-research/p1c-flat-moshi-d6f6dbfd")
Downloads last month
-
Safetensors
Model size
0.3B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Collection including soda-research/p1c-flat-moshi-d6f6dbfd

Paper for soda-research/p1c-flat-moshi-d6f6dbfd