Instructions to use CreatorPhan/Bloomz_Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CreatorPhan/Bloomz_Lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloomz-3b") model = PeftModel.from_pretrained(base_model, "CreatorPhan/Bloomz_Lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
85811b0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:016a032c3fe5f1706b50723dd640e36a0a548f1b1197cc106cd3cb9aa275ba45
size 39409357
|