CoolFace
Modelpublic

Adeptschneider/dyula-to-french-nmt-tensorflow

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes12downloads
Model Card

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 translator which should contain the Huggingface repo model weights and assets.
python
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