# Patched Malayalam Conformer-ML This is a patched version of `trysem/conformer-ml` modified for compatibility with NeMo ONNX export. ### Changes Made: 1. **Experimental Keys Removed**: `multisoftmax`, `multilingual`, and `language_keys` were removed from config to prevent instantiation errors. 2. **Tokenizer Paths Fixed**: Tokenizer `model_path` and `vocab_path` were converted to relative `nemo:` paths. 3. **Vocab Placeholder**: Ensured `vocab.txt` exists within the archive. 4. **BPE Enforced**: Tokenizer type explicitly set to `bpe`. 5. **Structure**: Re-bundled for `restore_from` compatibility.