t5

Kingify 2Way

This is a custom AI model that translates modern English into 17th-century English or "King James" English.

Details of the model

This model is a fine-tuned version of [google/t5-v1_1-large] on a dataset of a modern Bible translation with matching King James Bible verses.

Intended uses & limitations

At times, despite sharing the same language and general grammatical rules, English from previous centuries can be easily misunderstood. The purpose of this was to explore ways to understand texts from the 17th-century more clearly.

How to use

from transformers import AutoTokenizer, AutoModelWithLMHead

tokenizer = AutoTokenizer.from_pretrained("swcrazyfan/Kingify-2Way")

model = AutoModelWithLMHead.from_pretrained("swcrazyfan/Kingify-2Way")

Limitations and bias

Training data

The data used to train this model is from the New English Translation and the King James Version of the Bible.

Training procedure

The model was trained on Kaggle using the Hugging Face Transformers library.

Training hyperparameters

The following hyperparameters were used during training:

Eval results

The model was evaluated using a human test. A human was asked to evaluate the translation quality of the model. The human was not told which sentences were translated by the model and which sentences were written by a human.

BibTeX entry and citation info

@inproceedings{,
  title={Kingify 2Way},
  author={Joshua Kaufmann},
  year={2022},
  url={https://huggingface.co/swcrazyfan/Kingify-2Way-T5-Large-v1_1}
}