TF-Keras
French
How to use from the
Use from the
TF-Keras library
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
# See https://github.com/keras-team/tf-keras for more details.
from huggingface_hub import from_pretrained_keras

model = from_pretrained_keras("Adeptschneider/dyula-to-french-nmt-tensorflow")

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
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Adeptschneider/dyula-to-french-nmt-tensorflow