Instructions to use trentnorth/phi-4-minecraft-advisor-qlora-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use trentnorth/phi-4-minecraft-advisor-qlora-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/models/hub/models--microsoft--phi-4/snapshots/932b33c0ec9ca189badeb22480721a8de9d0e006") model = PeftModel.from_pretrained(base_model, "trentnorth/phi-4-minecraft-advisor-qlora-sft") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!