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")
Can I fine-tune the model with a specific dataset?
yes you can tune it with LoRA or other techniques
· Sign up or log in to comment