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 ·
c5fbb75
1
Parent(s): 0fdcf57
Upload ./training_args.bin with huggingface_hub (#8)
Browse files- Upload ./training_args.bin with huggingface_hub (23f34efc6ff5744447ed99750861ec6105791360)
- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4864353fc2741929b0508710acb21243b862eb5caf7318e0f9cf25df262854d8
|
| 3 |
+
size 4027
|