Instructions to use ishankdubey/codegen-omniscript-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ishankdubey/codegen-omniscript-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Salesforce/codegen25-7b-multi_P") model = PeftModel.from_pretrained(base_model, "ishankdubey/codegen-omniscript-lora") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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 16794200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2794e8e66a25d131084bef9a9f509cc2555f91a87571a549bfc1925ccf99c8d0
|
| 3 |
size 16794200
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c580e3dcb33e9ec608f6aa43f6d6131b9df4d279838034927f7b24ba8827363
|
| 3 |
size 5393
|