How to use AndyChiang/bloom-560m-test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m") model = PeftModel.from_pretrained(base_model, "AndyChiang/bloom-560m-test")
The community tab is the place to discuss and collaborate with the HF community!