How to use tiagoblima/gun-nlth-scratch with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tiagoblima/gun-nlth-scratch") model = AutoModelForSeq2SeqLM.from_pretrained("tiagoblima/gun-nlth-scratch")
Files info