Instructions to use hari560/falcon-health-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hari560/falcon-health-model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "hari560/falcon-health-model") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (f005f8a6d1a959bb97fc219b5586a6ded9f66bb2)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>