Instructions to use Infernaught/phi-countdown-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/phi-countdown-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "Infernaught/phi-countdown-sft") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a799a92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f71b5f43b99b734f1a811a11ebbb7c875acdad2f7699e8a988d7ffb9d3b30d3
size 1064
|