Instructions to use Cherry4321/python_tutor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Cherry4321/python_tutor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-coder-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Cherry4321/python_tutor") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b09928a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9f399c85d62c1339e7f61653bd417d92a40d8a93863b54c7d8f1a59d5b005185
size 329488979
|