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 ./scheduler.pt with huggingface_hub
#6
by datastreams - opened
- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:644848bd99dcea702acfd2d7a77947e4c3f1e49bcd6bb45b0a13c17a726b090e
|
| 3 |
+
size 627
|