Instructions to use infogeo/fbbc151d-714f-4d5e-bc1f-caf2751f48b0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use infogeo/fbbc151d-714f-4d5e-bc1f-caf2751f48b0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B") model = PeftModel.from_pretrained(base_model, "infogeo/fbbc151d-714f-4d5e-bc1f-caf2751f48b0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K