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
File size: 129 Bytes
c5fbb75 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4864353fc2741929b0508710acb21243b862eb5caf7318e0f9cf25df262854d8
size 4027
|