Instructions to use swcrazyfan/KingJamesify-T5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use swcrazyfan/KingJamesify-T5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("swcrazyfan/KingJamesify-T5-large") model = AutoModelForSeq2SeqLM.from_pretrained("swcrazyfan/KingJamesify-T5-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
This model was fine-tuned to “translate” any English text into 17th-century style English.
The name comes from the dataset used for fine-tuning. Namely, modern Bible text as input and and the famous King James Bible as the output.
To test, use “kingify: “ at the beginning of anything you want to translate.
Generally, it does a good job and phrases, concepts, and vocabulary that may appear in the Bible. If not, the will likely just modify the grammar and other words while leaving the word with an unknown 17th-century equivalent.
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support