How to use Salesforce/codet5p-16b with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5p-16b", trust_remote_code=True, dtype="auto")
I graduated with a bachelor’s degree in Applied Informatics, and now I plan to enroll in a master’s program to study neural networks. I want to explore how networks handle code generation tasks.
· Sign up or log in to comment