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:** [DocuMint: Docstring Generation for Python using Small Language Models] Link TODO
|
| 32 |
|
| 33 |
## Uses
|
| 34 |
|
|
@@ -90,8 +90,6 @@ Single GPU RTX-3090
|
|
| 90 |
}
|
| 91 |
```
|
| 92 |
|
| 93 |
-
[More Information Needed]
|
| 94 |
-
|
| 95 |
## Model Card Contact
|
| 96 |
|
| 97 |
- For questions or more information, please contact: `{bpoudel3,acook46,staore1,oameli}@vols.utk.edu`
|
|
|
|
| 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 |
|
|
|
|
| 90 |
}
|
| 91 |
```
|
| 92 |
|
|
|
|
|
|
|
| 93 |
## Model Card Contact
|
| 94 |
|
| 95 |
- For questions or more information, please contact: `{bpoudel3,acook46,staore1,oameli}@vols.utk.edu`
|