Model Card for a Machine Translation Model for Dyula to French
This modelcard aims to provide information on how the Dyula to French machine translation built using Tf-Keras
Model Details
Model Description
For more information concerning the model check the following notebook implementation
Usage
Load and use for inference
- Create a directory
translator
which should contain the Huggingface repo model weights and assets.
import tensorflow as tf
reloaded = tf.saved_model.load('translator')
reloaded("a y'a dabla ka yɛlɛ n na").numpy()
- Developed by: Adeptschneider
- Model type: Transformer
- Language(s) (NLP): Python
- License: MIT
- Downloads last month
- 12