How to use Final-year-grp24/native-log-translator with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google-t5/t5-base") model = PeftModel.from_pretrained(base_model, "Final-year-grp24/native-log-translator")
The community tab is the place to discuss and collaborate with the HF community!