MindscapeRAG commited on
Commit
a092c9e
·
verified ·
1 Parent(s): 33cf4c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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