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
|
@@ -95,6 +95,9 @@ Single GPU RTX-3090
|
|
| 95 |
## Model Card Contact
|
| 96 |
|
| 97 |
- For questions or more information, please contact:
|
|
|
|
|
|
|
| 98 |
{bpoudel3,acook46,staore1,oameli}@vols.utk.edu
|
|
|
|
| 99 |
|
| 100 |
- PEFT 0.8.2
|
|
|
|
| 95 |
## Model Card Contact
|
| 96 |
|
| 97 |
- For questions or more information, please contact:
|
| 98 |
+
|
| 99 |
+
```
|
| 100 |
{bpoudel3,acook46,staore1,oameli}@vols.utk.edu
|
| 101 |
+
```
|
| 102 |
|
| 103 |
- PEFT 0.8.2
|