z-uo commited on
Commit
a9a9f84
1 Parent(s): 814f060

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,5 +19,5 @@ git clone https://huggingface.co/z-uo/led-base-qasper
19
  pip install -r requirements.txt
20
 
21
  # TODO test
22
- python script/sample_qasper_answers.py
23
  ```
 
19
  pip install -r requirements.txt
20
 
21
  # TODO test
22
+ python scripts/sample_qasper_answers.py --model led-base-qasper --data qasper-dev-v0.2.json --samples 10 --out test_only.log
23
  ```