Instructions to use margenai/StateBankPakistan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use margenai/StateBankPakistan with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-410m-v0") model = PeftModel.from_pretrained(base_model, "margenai/StateBankPakistan") - Notebooks
- Google Colab
- Kaggle
Commit ·
4dabb4c
1
Parent(s): afcb122
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (a7e420f7b02330c28a5a6c59bee646786890be06)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>