Instructions to use Salesforce/codet5p-220m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/codet5p-220m with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Salesforce/codet5p-220m") model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5p-220m") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesThe CodeT5+ model is truly impressive! We would like to contribute by updating the README to include information about the base model. This is to help address the missing details in the model card.