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