Tadesse's picture
Upload folder using huggingface_hub
8bf662a verified
|
raw
history blame
717 Bytes

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.