Instructions to use CreatorPhan/Bloomz_lora_answer_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CreatorPhan/Bloomz_lora_answer_v2 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_answer_v2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3540d17 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:188ae1c421cc0c6435d1f71d8d3423ac4abc7dba0e6fc2efcbc4dbe77c741317
size 4027
|