trysem's picture
Upload README.md with huggingface_hub
45fd218 verified
|
Raw
History Blame Contribute Delete
608 Bytes
# 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.