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