Instructions to use Chiaki111/phi4-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Chiaki111/phi4-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/Phi-4-mini-instruct") model = PeftModel.from_pretrained(base_model, "Chiaki111/phi4-lora") - Transformers
How to use Chiaki111/phi4-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Chiaki111/phi4-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4041400b917c23bad66650a10b0173465ec9cbb12c5225469a3573a3f157f0be
- Size of remote file:
- 25.2 MB
- SHA256:
- 3f1025419199037fd5dba875df2ed69253e370e6e7cf57e0725477a29bb3d4eb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.