madlad400-finetuned-eng-lbr

This model is a fine-tuned version of jbochi/madlad400-3b-mt for translation from English to Lohorung.

Model details

  • Developed by: SIL Global
  • Finetuned from model: jbochi/madlad400-3b-mt
  • Model type: Translation
  • Source language: English (eng)
  • Target language: Lohorung (lbr)
  • License: closed/private

Datasets

The model was trained on a parallel corpus of plain text files:

English:

  • Berean Standard Bible in English (BSB)
  • License: Public Domain

Lohorung:

  • Lohorung NT
  • License: All rights reserved, Wycliffe Bible Translators. 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-eng-lbr")
model = AutoModelForSeq2SeqLM.from_pretrained("sil-ai/madlad400-finetuned-eng-lbr")

inputs = tokenizer("Your input text here", return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0]))
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support