Update README.md
Browse files
README.md
CHANGED
|
@@ -425,13 +425,13 @@ The model configuration includes the following QRRanker-specific parameters:
|
|
| 425 |
```bash
|
| 426 |
# Basic inference
|
| 427 |
python qr_ranker_inference.py \
|
| 428 |
-
--base_model QRRanker \
|
| 429 |
--data_path /path/to/data.json \
|
| 430 |
--mode top16
|
| 431 |
|
| 432 |
# With summary
|
| 433 |
python qr_ranker_inference.py \
|
| 434 |
-
--base_model QRRanker \
|
| 435 |
--data_path /path/to/data.json \
|
| 436 |
--mode top16 \
|
| 437 |
--use_summary
|
|
|
|
| 425 |
```bash
|
| 426 |
# Basic inference
|
| 427 |
python qr_ranker_inference.py \
|
| 428 |
+
--base_model MindscapeRAG/QRRanker \
|
| 429 |
--data_path /path/to/data.json \
|
| 430 |
--mode top16
|
| 431 |
|
| 432 |
# With summary
|
| 433 |
python qr_ranker_inference.py \
|
| 434 |
+
--base_model MindscapeRAG/QRRanker \
|
| 435 |
--data_path /path/to/data.json \
|
| 436 |
--mode top16 \
|
| 437 |
--use_summary
|