How to use AravindS373/model_dot4_1655 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/FRACTAL/aravind.s/SQL-RL-TRL/models/frac-7b-sql-model") model = PeftModel.from_pretrained(base_model, "AravindS373/model_dot4_1655")
The community tab is the place to discuss and collaborate with the HF community!