Instructions to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-APPS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-APPS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct") model = PeftModel.from_pretrained(base_model, "AdnanRiaz107/CodePhi-3-mini-128k-instruct-APPS") - Notebooks
- Google Colab
- Kaggle
Add missing tokenizer.model for GGUF conversion
#1
by 4iqq - opened
Add missing tokenizer.model from official Microsoft repo for GGUF conversion. This will solve problen for all users.