How to use jennhu/simplewiki_upsampled_tom with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-7B-0724-hf") model = PeftModel.from_pretrained(base_model, "jennhu/simplewiki_upsampled_tom")
The community tab is the place to discuss and collaborate with the HF community!