Instructions to use SaloniJhalani/ft-falcon-7b-instruct-adapters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SaloniJhalani/ft-falcon-7b-instruct-adapters with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct") model = PeftModel.from_pretrained(base_model, "SaloniJhalani/ft-falcon-7b-instruct-adapters") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b9e62cb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:372f51a2ac8ac5f4a35d56fc9110db23cde566dfbd2a0c226cabe20ad31a90ab
size 18898161
|