Instructions to use orrenius/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use orrenius/test_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "orrenius/test_model") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e82f5de | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fd34a6e939fed10966391db1d8ad35ad8ef66b91c9d1fa10c325c58301851443
size 522284877
|