evoxtral-realtime-rl / processor_config.json
YongkangZOU's picture
RL — RAFT on Recipe I (Reward rAnked FineTuning). Tag F1 28%, Tag Recall 50%, -5pp hallucination vs SFT. Pair with base for ASR; see serve_modal.py Mode B hybrid. https://github.com/YongkangZOU/evoxtral-realtime
acfd33d verified
raw
history blame contribute delete
384 Bytes
{
"feature_extractor": {
"feature_extractor_type": "VoxtralRealtimeFeatureExtractor",
"feature_size": 128,
"global_log_mel_max": 1.5,
"hop_length": 160,
"n_fft": 400,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000,
"win_length": 400
},
"processor_class": "VoxtralRealtimeProcessor"
}