Instructions to use Ba2han/test-lora-1100s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ba2han/test-lora-1100s with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Ba2han/qwen-14b-1m-distillthink-sce") model = PeftModel.from_pretrained(base_model, "Ba2han/test-lora-1100s") - Notebooks
- Google Colab
- Kaggle
Ctrl+K