moonshine-streaming / onnx /medium /streaming_config.json
keveman's picture
Upload folder using huggingface_hub
0d3c38e verified
raw
history blame contribute delete
513 Bytes
{
"encoder_dim": 768,
"decoder_dim": 640,
"depth": 14,
"nheads": 10,
"head_dim": 64,
"vocab_size": 32768,
"bos_id": 1,
"eos_id": 2,
"frame_len": 80,
"total_lookahead": 16,
"d_model_frontend": 768,
"c1": 1536,
"c2": 768,
"frontend_state_shapes": {
"sample_buffer": [
1,
79
],
"sample_len": [
1
],
"conv1_buffer": [
1,
768,
4
],
"conv2_buffer": [
1,
1536,
4
],
"frame_count": [
1
]
}
}