Instructions to use zhhan/adapter-Phi-3-mini-4k-instruct_code_writing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zhhan/adapter-Phi-3-mini-4k-instruct_code_writing 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, "zhhan/adapter-Phi-3-mini-4k-instruct_code_writing") - Notebooks
- Google Colab
- Kaggle
Upload ggml-adapter-model.bin
Browse files- ggml-adapter-model.bin +3 -0
ggml-adapter-model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3035fb70868cfc7c8913e3b933b169cc63ced0783e2545b77fd7458bf641931
|
| 3 |
+
size 100679680
|