Instructions to use nttx/ed5fbfc8-df7d-4e56-92a9-19c0c3baa017 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/ed5fbfc8-df7d-4e56-92a9-19c0c3baa017 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "nttx/ed5fbfc8-df7d-4e56-92a9-19c0c3baa017") - Notebooks
- Google Colab
- Kaggle
Ctrl+K