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
|
@@ -28,7 +28,7 @@ The goal of the DocuMint model is to generate docstrings that are concise (brief
|
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
- **Repository:** TODO
|
| 31 |
-
- **Paper
|
| 32 |
|
| 33 |
## Uses
|
| 34 |
|
|
|
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
- **Repository:** TODO
|
| 31 |
+
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models] Link TODO
|
| 32 |
|
| 33 |
## Uses
|
| 34 |
|