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: 129 Bytes
85811b0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1a5b74f951ff7697f1beb8eddc25d8ee6bd52b872686edb3386a0f175a1ad4d7
size 4155
|