Instructions to use Tharun241100/python-dsa-tutor-gemma2-2b-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tharun241100/python-dsa-tutor-gemma2-2b-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "Tharun241100/python-dsa-tutor-gemma2-2b-qlora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
9277f18 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:487cee8724215dcd2dde8888539e8b1bf844ceb5dbbe27f7845abda69eeb060f
size 34362872
|