Instructions to use asadullahdogarr/adaption_codeintel_python_reasoning_v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use asadullahdogarr/adaption_codeintel_python_reasoning_v with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/gemma-3-4b-it") model = PeftModel.from_pretrained(base_model, "asadullahdogarr/adaption_codeintel_python_reasoning_v") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
61e7703 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cacc00eda9e79e3d2d13971d58824e3ef96e60d4d253f6777668f547d0a0024e
size 238484000
|