Instructions to use documint/google-codegemma-2b-documint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use documint/google-codegemma-2b-documint with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/codegemma-2b") model = PeftModel.from_pretrained(base_model, "documint/google-codegemma-2b-documint") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ The goal of the DocuMint model is to generate docstrings that are concise (brief
|
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
-
- **Repository:**
|
| 31 |
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]() Link TODO
|
| 32 |
|
| 33 |
## Uses
|
|
|
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
+
- **Repository:** [https://github.com/Docu-Mint/DocuMint]
|
| 31 |
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]() Link TODO
|
| 32 |
|
| 33 |
## Uses
|