File size: 838 Bytes
67460fb
 
 
 
 
 
 
8d61716
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: apache-2.0
base_model:
- meta-llama/Llama-3.1-8B-Instruct
---
# Finetune-RAG Model Checkpoints
This repository contains model checkpoints from the [Finetune-RAG](https://github.com/Pints-AI/Finetune-Bench-RAG) project, which aims to tackle hallucination in retrieval-augmented LLMs. Checkpoints here are saved at steps 2, 4, 6, 8, and 10 from baseline-format fine-tuning of Llama-3.1-8B-Instruct on Finetune-RAG.

## Paper & Citation

```latex
@misc{lee2025finetuneragfinetuninglanguagemodels,
      title={Finetune-RAG: Fine-Tuning Language Models to Resist Hallucination in Retrieval-Augmented Generation}, 
      author={Zhan Peng Lee and Andre Lin and Calvin Tan},
      year={2025},
      eprint={2505.10792},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2505.10792}, 
}
```