English-Amharic Neural Machine Translation
This is a transformer-based machine translation model for English to Amharic translation with text normalization.
Model Details
- Model Type: Transformer
- Task: Translation
- Languages: English (en) to Amharic (am)
- Framework: PyTorch
- Features: Text Normalization
Files
model.pth
: The trained model weightseng.vocab
: English vocabulary fileamh.vocab
: Amharic vocabulary fileeng.model
: English model configurationamh.model
: Amharic model configurationconfig.json
: Model configuration and metadata
Usage
This model can be used for translating English text to Amharic with built-in text normalization.