Transformers How to use nagayama0706/administrative_processing_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("nagayama0706/administrative_processing_model")
model = AutoModelForCausalLM.from_pretrained("nagayama0706/administrative_processing_model")