Instructions to use C10X/checkpoint-501 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use C10X/checkpoint-501 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-1.5b-instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "C10X/checkpoint-501") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
f3b9e83 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:64e71213db910f5cafa86d35091f37393dcc344b1bbc34091d1b3eed4cca01d5
size 11422064
|