How to use tensor24/miner_id_cef1a911-72d9-4a3c-91e9-d5ce72542066 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Xenova/tiny-random-Phi3ForCausalLM") model = PeftModel.from_pretrained(base_model, "tensor24/miner_id_cef1a911-72d9-4a3c-91e9-d5ce72542066")
The community tab is the place to discuss and collaborate with the HF community!