How to use rootxhacker/CodeAstra-7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "rootxhacker/CodeAstra-7B")
Need the basic details of the dataset that you used for training the modelOr you could suggest a similar publicly available dataset I can use for research purposes.
· Sign up or log in to comment