Instructions to use bmanobel/trained_bloomz_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bmanobel/trained_bloomz_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloomz-3b") model = PeftModel.from_pretrained(base_model, "bmanobel/trained_bloomz_model") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (0601fb633408a567f8d56634e021b6c82c8e6c10)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>