Instructions to use amogh-sinha/text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amogh-sinha/text with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-3b") model = PeftModel.from_pretrained(base_model, "amogh-sinha/text") - Notebooks
- Google Colab
- Kaggle
Commit ·
67d1db5
1
Parent(s): 5766eb1
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (5be2d36ae39d0ccfa448354f27e126610e90eb25)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>