Instructions to use Alphatao/0c2c40a4-3190-404e-a51b-d3a12bc6b87a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alphatao/0c2c40a4-3190-404e-a51b-d3a12bc6b87a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Phi-3-medium-4k-instruct") model = PeftModel.from_pretrained(base_model, "Alphatao/0c2c40a4-3190-404e-a51b-d3a12bc6b87a") - Notebooks
- Google Colab
- Kaggle