Views
No views yet
efficient-speech/lite-whisper-large-v3-turbo-acc, revision
ef2c0dd768cc9832a8a5a3397ab7218c838fea66. Processor: openai/whisper-large-v3.model.encoder.layers.*.self_attn.{q,v,out}_proj and
model.decoder.layers.*.encoder_attn.{q,v,out}_proj.adapter.safetensors — a plain safetensors state dict from a small
custom LoRA implementation (not the peft library): keys are the base
model's module path plus .lora_A / .lora_B, loadable with
model.load_state_dict(tensors, strict=False) after attaching equivalent
nn.Linear LoRA wrappers at the module paths listed above. See the FFASR
submission's custom evaluator script for a self-contained loader.