Instructions to use rajuptvs/bloomlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rajuptvs/bloomlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m") model = PeftModel.from_pretrained(base_model, "rajuptvs/bloomlora") - Notebooks
- Google Colab
- Kaggle
Commit ·
f072fa3
1
Parent(s): 0c3e7dc
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (77584326712c5421a0de84cda3a4bf8c690f046f)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>