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: 129 Bytes
8e34361 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:29a0041f910705435df6304e464b15b3c1cac502f89afa175fd7e97d148b1dbe
size 3963
|