Instructions to use datastreams/ds-alpha-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use datastreams/ds-alpha-model 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") - Notebooks
- Google Colab
- Kaggle
Commit ·
3812e11
1
Parent(s): 0fdcf57
Upload ./rng_state.pth with huggingface_hub
Browse files- 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:cb595ddf44efc2b14085675b4d43305829c7ec6cfac1a4ea5ef68bfa0cd70f55
|
| 3 |
+
size 14575
|