How to use Salesforce/codet5p-770m with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Salesforce/codet5p-770m") model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5p-770m")
https://huggingface.co/Salesforce/codet5p-770m/blob/627d346e49cb68e600895ab8744e0e1efd5c4536/special_tokens_map.json#L44What is this "
Is it what you explain in the original CodeT5 paper? 🤔
· Sign up or log in to comment