Instructions to use nolestock/test-falcon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nolestock/test-falcon 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, "nolestock/test-falcon") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2e3733a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:63efe12825fe03c2050e2c1f6b454ed4320eafa5426fbc7219c93ff2c868e800
size 522284877
|