Instructions to use elliotthwang/Kimlan-Phi-4-mini-instruct-tw_train_ouputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use elliotthwang/Kimlan-Phi-4-mini-instruct-tw_train_ouputs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("elliotthwang/Phi-4-mini-instruct-tw") model = PeftModel.from_pretrained(base_model, "elliotthwang/Kimlan-Phi-4-mini-instruct-tw_train_ouputs") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for elliotthwang/Kimlan-Phi-4-mini-instruct-tw_train_ouputs
Base model
elliotthwang/Phi-4-mini-instruct-tw