Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<p align="center">β€’
<a href="#-evaluation">πŸ“ƒ Evaluation</a> β€’
<a href="#-usage">πŸ”§ Usage</a> β€’
<a href="#-license">πŸ“„ Lisense</a> β€’
<a href="#-license">πŸ“„ License</a> β€’
<a href="#-contact">πŸ“§ Contact</a> β€’
<a href="#-star-history">πŸ“ˆ Star History</a>
</p>
Expand Down Expand Up @@ -67,7 +67,7 @@ In the paper, we use MiniCPM-V 2.0, MiniCPM-V 2.6, and GPT-4o as the generators.
git clone https://github.com/OpenBMB/VisRAG.git
conda create --name EVisRAG python==3.10
conda activate EVisRAG
cd EVisRAG
cd VisRAG
pip install -r EVisRAG_requirements.txt
```
## VisRAG
Expand Down Expand Up @@ -160,7 +160,7 @@ python visrag_scripts/generate/generate.py \
--model_name_or_path <model_path> \
--dataset_name <dataset_name> \
--dataset_name_or_path <dataset_path> \
--rank <process_rank> \
--rank <process_rank> \
--world_size <world_size> \
--topk <number of docs retrieved for generation> \
--results_root_dir <retrieval_results_dir> \
Expand Down