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: 134 Bytes
7115952 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0663c95a680adf21faba521ef785d6253b989fce14729a2e010561c85aabbe32
size 104887201
|