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