Instructions to use SathishKumar89/my-python-coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SathishKumar89/my-python-coder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "SathishKumar89/my-python-coder") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c7ace90 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bfbb5b20448ec60040cb6ed33a52f0aaa62c3ee0e488cacee399290b6e88c6f6
size 5777
|