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:e14285ec9ca664264842987ff091d053790c7dde781b4ffba31eed329d820559
size 1064
|