Instructions to use 0x1202/67a992f4-04ea-4b25-84a9-4fc258302d90 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0x1202/67a992f4-04ea-4b25-84a9-4fc258302d90 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "0x1202/67a992f4-04ea-4b25-84a9-4fc258302d90") - Notebooks
- Google Colab
- Kaggle