aufklarer's picture
Add Nemotron-3.5 ASR streaming multilingual bundle + model card
edc7ea5 verified
Raw
History Blame Contribute Delete
602 Bytes
{
"modelName": "nemotron-3.5-asr-streaming-multilingual-0.6b",
"numMelBins": 128,
"sampleRate": 16000,
"nFFT": 512,
"hopLength": 160,
"winLength": 400,
"preEmphasis": 0.97,
"encoderHidden": 1024,
"encoderLayers": 24,
"subsamplingFactor": 8,
"attentionLeftContext": 56,
"convCacheSize": 8,
"decoderHidden": 640,
"decoderLayers": 2,
"vocabSize": 13087,
"blankTokenId": 13087,
"numPrompts": 128,
"streaming": {
"chunkMs": 320,
"chunkSize": 4,
"rightContext": 3,
"lookaheadMs": 240,
"melFrames": 32,
"preCacheSize": 9,
"outputFrames": 4
}
}