gemma-4-e2b-it-onnx / bf16 /onnx-standard /audio_feature_extraction.json
justinchuby's picture
Restructure: 6 variants (f16+bf16 x default+cuda+onnx-standard)
20fda7a verified
Raw
History Blame
923 Bytes
{
"feature_extraction": {
"sequence": [
{
"operation": {
"name": "audio_decoder",
"type": "AudioDecoder"
}
},
{
"operation": {
"name": "gemma4_log_mel",
"type": "Gemma4LogMel",
"attrs": {
"feature_size": 128,
"sampling_rate": 16000,
"frame_length_ms": 20.0,
"hop_length_ms": 10.0,
"min_frequency": 0.0,
"max_frequency": 8000.0,
"preemphasis": 0.0,
"preemphasis_htk_flavor": 1,
"fft_overdrive": 0,
"mel_floor": 0.001
}
}
}
]
}
}