Instructions to use EnDevSols/falcon-7b-chat-icd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EnDevSols/falcon-7b-chat-icd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "EnDevSols/falcon-7b-chat-icd") - Notebooks
- Google Colab
- Kaggle
Commit ·
5ff1dca
1
Parent(s): 2f2b277
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (47f503f33da98afd6519ab9ab0f20105982383d1)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>