Instructions to use ahmet71cakir/phi4-turbochat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ahmet71cakir/phi4-turbochat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-4-mini-instruct") model = PeftModel.from_pretrained(base_model, "ahmet71cakir/phi4-turbochat") - Notebooks
- Google Colab
- Kaggle
Upload model-00001-of-00002.safetensors with huggingface_hub
Browse files
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc703090b63eda16f639fa4de7ac54635c23105ab1da2f6ec4d3403151d38ee6
|
| 3 |
+
size 4903637712
|