Instructions to use datastreams/ds-alpha-model-ia3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use datastreams/ds-alpha-model-ia3 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") - Notebooks
- Google Colab
- Kaggle
Upload ./adapter_model.bin with huggingface_hub
#2
by datastreams - opened
- adapter_model.bin +3 -0
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8e5e8e8f18f2dfe4af9bd90a739918e3893fd15a23ec934aaa8ce8ed180c0f6
|
| 3 |
+
size 5762913
|