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