Text Generation
PEFT
Safetensors
English
lora
qlora
phi-3.5
pc-assistant
hardware
troubleshooting
conversational
Instructions to use hiko1999/phi-3.5-mini-pc-assistant-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hiko1999/phi-3.5-mini-pc-assistant-en with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/hiko1999/models/phi-3.5-mini") model = PeftModel.from_pretrained(base_model, "hiko1999/phi-3.5-mini-pc-assistant-en") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!