Long-context Non-factoid Question Answering in Indic Languages
Paper • 2504.13615 • Published
How to use ritwikm/IndicGenQA-A1-Llama-3.1-8B-Instruct with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "ritwikm/IndicGenQA-A1-Llama-3.1-8B-Instruct")This is the finetuned adapter of the A1 approach from the IndicGenQA paper. It is finetuned on top of Llama-3.1-8B-Instruct.
Base model
meta-llama/Llama-3.1-8B