Instructions to use ClementeH/faisan-7b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ClementeH/faisan-7b-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("../../../falcon/falcon-7b") model = PeftModel.from_pretrained(base_model, "ClementeH/faisan-7b-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
8d4ed1a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:395e3f65ea750ae2c2f9073627c26442be6de4e4697309942a4e1262af5cf3d9
size 1247244437
|