CoolFace
Modelpublic

TuKoResearch/AuriStream100M_20Pred_BigAudioDataset_500k-randinit

sourceHugging Faceapache-2.0updated 26d agoView on Hugging Face
0likes29downloads
Model Card

AuriStream100M20PredBigAudioDataset_500k-randinit

AuriStream is a speech language model by Greta Tuckute and Klemen Kotar.

This model predicts cochlear tokens from a tokenizer such as WavCochCausalV8192.

Native training step-zero initialization for the 100M 20-prediction model. This exactly uses origin seed 11101994 and historical source commit fad735c90bd44b4bcfd6bdf9429edbb640d2ebf5, matching the start of W&B run 3g8jxx2k. The weights are untrained FP32 values produced before XLA/FSDP wrapping.

Model Details

ParameterValue
Parameters~0.22B
Layers12
Hidden Size768
Attention Heads12
Vocab Size8192
Prediction Steps20

Usage

python
from transformers import AutoModel, AutoConfig

# Load with trust_remote_code for custom model
model = AutoModel.from_pretrained(
    "TuKoResearch/AuriStream100M_20Pred_BigAudioDataset_500k-randinit",
    trust_remote_code=True,
)

# Or load config first
config = AutoConfig.from_pretrained("TuKoResearch/AuriStream100M_20Pred_BigAudioDataset_500k-randinit", trust_remote_code=True)

Base Model Code

This checkpoint uses shared model code from TuKoResearch/AuriStream-base.

Tokenizer

This model uses cochlear tokens from WavCochCausalV8192.