Instructions to use pachaar/bloom-560m-qa-mit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use pachaar/bloom-560m-qa-mit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m") model = PeftModel.from_pretrained(base_model, "pachaar/bloom-560m-qa-mit") - Notebooks
- Google Colab
- Kaggle
Ctrl+K