Instructions to use KapilPathak/phi2_summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KapilPathak/phi2_summary with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "KapilPathak/phi2_summary") - 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 52444936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee85a5ae804313c79553ac8fbda6925f34e321333abdbb57e35f580677e92e15
|
| 3 |
size 52444936
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4283
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b9e2a218d40bba59c37ebb23d07b44f54f8426aee4cebe0811e782cae55b705
|
| 3 |
size 4283
|