How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("swcrazyfan/KingJamesify-T5-Base")
model = AutoModelForSeq2SeqLM.from_pretrained("swcrazyfan/KingJamesify-T5-Base", device_map="auto")
Quick Links

King Jamesify

This seq2seq model is my first experiment for "translating" modern English to the famous KJV Bible style.

The model is based on Google's "T5 Efficient Base" model. It was fine-tuned for 3 epochs on a NET to KJV dataset.

Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support