File size: 717 Bytes
8bf662a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# 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 weights
- `eng.vocab`: English vocabulary file
- `amh.vocab`: Amharic vocabulary file
- `eng.model`: English model configuration
- `amh.model`: Amharic model configuration
- `config.json`: Model configuration and metadata
## Usage
This model can be used for translating English text to Amharic with built-in text normalization.
|