Instructions to use h4iku/codet5-small-t5apr-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use h4iku/codet5-small-t5apr-python with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("h4iku/codet5-small-t5apr-python") model = AutoModelForSeq2SeqLM.from_pretrained("h4iku/codet5-small-t5apr-python", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9dab5e8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:342a547f9925faf100ac723299d281611ec346c7cf975f850ef27c943ad549a2
size 3311
|