madlad400-finetuned-fra-fuq
This model is a fine-tuned version of jbochi/madlad400-3b-mt
for translation from French to Fulfulde, Central-Eastern Niger.
Model details
- Developed by: SIL Global
- Finetuned from model: jbochi/madlad400-3b-mt
- Model type: Translation
- Source language: French (
fra
) - Target language: Fulfulde, Central-Eastern Niger (
fuq
) - License: closed/private
Datasets
The model was trained on a parallel corpus of plain text files:
French:
- Sainte Bible libre pour le monde
- License: Public Domain
Fulfulde, Central-Eastern Niger:
- Central-Eastern Niger Fulfulde NT
- License: © 2015, Wycliffe Bible Translators, Inc. All rights reserved. Used with permission.
Usage
You can use this model with the transformers
library like this:
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sil-ai/madlad400-finetuned-fra-fuq")
model = AutoModelForSeq2SeqLM.from_pretrained("sil-ai/madlad400-finetuned-fra-fuq")
inputs = tokenizer("Your input text here", return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0]))
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support