Instructions to use datastreams/ds-alpha-model-ia3-1500step with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use datastreams/ds-alpha-model-ia3-1500step with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("sminpark/ds-alpha-draft-model") model = PeftModel.from_pretrained(base_model, "datastreams/ds-alpha-model-ia3-1500step") - Notebooks
- Google Colab
- Kaggle
Commit ·
a660fae
1
Parent(s): 96a5d47
Upload ./optimizer.pt with huggingface_hub (#3)
Browse files- Upload ./optimizer.pt with huggingface_hub (9dde86d2d9639376786687ce20c5782f7eec16e1)
- optimizer.pt +3 -0
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db8dc37eba4dd63b0227096931c82a5fe227d11f7716f2acfa7601b918f11712
|
| 3 |
+
size 11535813
|