Instructions to use Azirqui/codet5-python-doc-generator-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Azirqui/codet5-python-doc-generator-v2 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-doc-generator-v2") - Transformers
How to use Azirqui/codet5-python-doc-generator-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Azirqui/codet5-python-doc-generator-v2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
runs/Mar06_06-08-06_e46ef8edeabd/events.out.tfevents.1772777289.e46ef8edeabd.11232.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:664284a0c8550826b679a78d2d95978280ace203aa087b5f56e784bf20e60501
|
| 3 |
+
size 47203
|