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: 130 Bytes
b09928a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2fbf2328726fa5ed5b91bd112555edc6b9304c7eda92e94e403f966141791a79
size 14645
|