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