Adeptschneider/dyula-to-french-nmt-tensorflow
012
Model Card for a Machine Translation Model for Dyula to French
<!-- Provide a quick summary of what the model is/does. -->
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
translatorwhich 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
