Skip to content

Commit

Permalink
Fix inference duplicated .py in README
Browse files Browse the repository at this point in the history
  • Loading branch information
d223302 committed Nov 15, 2023
1 parent d4f4b8c commit 3abae28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Currently, we are working on reducing run-time memory requirements (DPR / Contri

For ASQA, please run the following command,
```
python run_long_form_static.py.py \
python run_long_form_static.py \
--model_name selfrag/selfrag_llama2_7b \
--ndocs 5 --max_new_tokens 300 --threshold 0.2 \
--use_grounding --use_utility --use_seqscore \
Expand All @@ -299,7 +299,7 @@ python run_long_form_static.py.py \
For FactScore,

```
python run_long_form_static.py.py \
python run_long_form_static.py \
--model_name selfrag/selfrag_llama2_7b \
--ndocs 5 --max_new_tokens 300 --threshold 0.2 \
--use_grounding --use_utility --use_seqscore \
Expand Down

0 comments on commit 3abae28

Please sign in to comment.