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")
Hello, this parameter(trust_remote_code=True) what is used for? Is it given to run the config .py files provided within the model files?Thanks.
· Sign up or log in to comment