Instructions to use Infernaught/phi_countdown_n50_mcl_256_quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/phi_countdown_n50_mcl_256_quantized 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_n50_mcl_256_quantized") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
62d1f61 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ccc872161e387f5f2deb79f2c603c7019b6135d0430233b3e1d190ebb95b7edd
size 25219898
|