How to use MayBashendy/Arabic_CrossPrompt_FineTuningMT5_noAug_TestTask1_organization with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/mt5-small") model = PeftModel.from_pretrained(base_model, "MayBashendy/Arabic_CrossPrompt_FineTuningMT5_noAug_TestTask1_organization")
The community tab is the place to discuss and collaborate with the HF community!