Instructions to use swkong/Adapter-Phi-3-medium-128k-instruct-lora-hrdx-gptq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use swkong/Adapter-Phi-3-medium-128k-instruct-lora-hrdx-gptq with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-medium-128k-instruct") model = PeftModel.from_pretrained(base_model, "swkong/Adapter-Phi-3-medium-128k-instruct-lora-hrdx-gptq") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 117986576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f4541a8661043339c8b647c2ecfeaae0f29bb0407e21b77a16c7cab855629cc
|
| 3 |
size 117986576
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea8055984c4121ccf5acd69b7ea2e297fc158643af4e48943e283cb121921a2d
|
| 3 |
size 5624
|