Instructions to use Azirqui/codet5-python-summarizer-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Azirqui/codet5-python-summarizer-v3 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-v3") - Transformers
How to use Azirqui/codet5-python-summarizer-v3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Azirqui/codet5-python-summarizer-v3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2369320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2eb8a737574940d49bf568110d5c45bff1ec85416f3d6a206b8b4d088da477fd
|
| 3 |
size 2369320
|
runs/Mar07_05-41-00_1f26c8db96d2/events.out.tfevents.1772862061.1f26c8db96d2.10259.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cc82bdfbad815be3ca35795048098571d6c4032a8e6c6db0e13dd5967277a97
|
| 3 |
+
size 12223
|