Instructions to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-APPS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-APPS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct") model = PeftModel.from_pretrained(base_model, "AdnanRiaz107/CodePhi-3-mini-128k-instruct-APPS") - Notebooks
- Google Colab
- Kaggle
Add missing tokenizer.model for GGUF conversion
#1
by 4iqq - opened
- tokenizer.model +3 -0
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|