Instructions to use avnishkr/falcon_squad-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use avnishkr/falcon_squad-instruct 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, "avnishkr/falcon_squad-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8e34361 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b74c3ff1a33a9712b71e49717ac099304459f0eaf3273deff1cdb3cfeee36ed6
size 18898161
|