FP32 ONNX export of ai-forever/sage-fredt5-distilled-95m (SAGE Russian spelling
correction) for on-device transcript polishing in the Diktofon app.
Both the int8 and fp16 exports crash ONNX Runtime natively at inference on some
ARM phone CPUs (the low-precision gemm kernels use optional instructions).
FP32 runs on the baseline NEON sgemm kernel, mandatory on every ARMv8 core.