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