Instructions to use formermagic/codet5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use formermagic/codet5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("formermagic/codet5-small") model = AutoModelForSeq2SeqLM.from_pretrained("formermagic/codet5-small") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a7c7f3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fae4334844a797885199c8825dd910618dd07071b42ee24a52efb1c87d072add
size 307738151
|