How to use edithram23/T5-Redaction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("edithram23/T5-Redaction") model = AutoModelForSeq2SeqLM.from_pretrained("edithram23/T5-Redaction")
No model card
Files info
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("edithram23/T5-Redaction") model = AutoModelForSeq2SeqLM.from_pretrained("edithram23/T5-Redaction")