TuKoResearch/AuriStream100M_1Pred_BigAudioDataset_500k-randinit
031
AuriStream100M1PredBigAudioDataset_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 1-prediction model. This exactly uses origin seed 1110 and historical source commit 36b3287e5d6a59c81d49eb92769e4a9fb571d8e8, matching the start of W&B run rvvplus3. The weights are untrained FP32 values produced before XLA/FSDP wrapping.
Model Details
Usage
from transformers import AutoModel, AutoConfig
# Load with trust_remote_code for custom model
model = AutoModel.from_pretrained(
"TuKoResearch/AuriStream100M_1Pred_BigAudioDataset_500k-randinit",
trust_remote_code=True,
)
# Or load config first
config = AutoConfig.from_pretrained("TuKoResearch/AuriStream100M_1Pred_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.
