Instructions to use julioc-p/DeepCNCF7BStackOverflow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use julioc-p/DeepCNCF7BStackOverflow with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-9b-it") model = PeftModel.from_pretrained(base_model, "julioc-p/DeepCNCF7BStackOverflow") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2ddb936 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4004d4716dd98ad5b832e14df10be499a8cfcfb685e3a4ad325c9ccdc31c347b
size 5112
|