ai4bharat/IndicQA
Updated • 2.86k • 14
How to use sepiatone/phi-3-mini-sft-indicqa-hi with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct")
model = PeftModel.from_pretrained(base_model, "sepiatone/phi-3-mini-sft-indicqa-hi")this model is a fine-tuned version of microsoft/Phi-3-mini-128k-instruct on the dataset ai4bharat-IndicQA-hi-202410.
prepared by @sepiatone.
intended for an educational and non-commercial purpose.
The following hyperparameters were used during training:
Base model
microsoft/Phi-3-mini-128k-instruct