Long-context Non-factoid Question Answering in Indic Languages
Paper • 2504.13615 • Published
How to use ritwikm/IndicGenQA-B-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-B-Llama-3.1-8B-Instruct")This is the finetuned adapter of the baseline (B) from the IndicGenQA paper. It is finetuned on top of Llama-3.1-8B-Instruct.
Base model
meta-llama/Llama-3.1-8B