Instructions to use segestic/phi-3-mini-QLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use segestic/phi-3-mini-QLoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "segestic/phi-3-mini-QLoRA") - Notebooks
- Google Colab
- Kaggle
Delete training_args.bin
Browse files- training_args.bin +0 -3
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dc659aa18156e1ac5e8067f74f2c31fab3b0c4977f1821325f74b29d1aad4115
|
| 3 |
-
size 5496
|
|
|
|
|
|
|
|
|
|
|
|