Instructions to use trysem/patched-conformer-ml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use trysem/patched-conformer-ml with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
| # 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. | |