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 ./rng_state.pth with huggingface_hub
#5
by datastreams - opened
- rng_state.pth +3 -0
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dd247f5d8a4bdaa46e9a22dea4b3ff7e3cc6bbd0eca5a0dcd56fe15ceba641a
|
| 3 |
+
size 14575
|