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
File size: 129 Bytes
6fd57bb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:60c5b2d612a40be18e0f45eff8da2c0214bc1b2900a42ab459d32a818ae624b2
size 4920
|