Instructions to use HarshithNLP/falcon7binstruct_qna with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HarshithNLP/falcon7binstruct_qna with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilsonrodrigues/falcon-7b-instruct-sharded") model = PeftModel.from_pretrained(base_model, "HarshithNLP/falcon7binstruct_qna") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ceff489 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1e1e92f07852035c0dd3be9bdbe1d3e7407fc86899ea0ee906db4a8ddecf5290
size 4728
|