Instructions to use Azirqui/codet5-python-summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Azirqui/codet5-python-summarizer with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5-small") model = PeftModel.from_pretrained(base_model, "Azirqui/codet5-python-summarizer") - Transformers
How to use Azirqui/codet5-python-summarizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Azirqui/codet5-python-summarizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 47f42b49d7f9d8f5fbec934923762aec65fc56c799b94790e928a260acb78979
- Size of remote file:
- 2.37 MB
- SHA256:
- 9d3b1ffa4f73c2abec50dfb07a0256cc35811a6275acbe93bf6992d6cf6fc11f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.