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
|
@@ -23,7 +23,7 @@ The goal of the DocuMint model is to generate docstrings that are concise (brief
|
|
| 23 |
- **License:** MIT
|
| 24 |
- **Finetuned from model [optional]:** google/codegemma-2b
|
| 25 |
|
| 26 |
-
### Model Sources
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
|
|
|
| 23 |
- **License:** MIT
|
| 24 |
- **Finetuned from model [optional]:** google/codegemma-2b
|
| 25 |
|
| 26 |
+
### Model Sources
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|