Skip to content

Commit

Permalink
replace invalid links
Browse files Browse the repository at this point in the history
  • Loading branch information
debby1103 authored Nov 13, 2023
1 parent 9faac71 commit 33c94b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oltqa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python gen_lt.py

# preprocessing: large PLM inference
## BM25 candidates
use [This Repo](https://github.com/OhadRubin/EPR) to select BM25 examples for PLM inference
use [This Repo](https://github.com/OhadRubin/EPR) to select BM25 examples for PLM inference (to construct a candidate pool for further selection)
```bash
python find_bm25.py output_path=$PWD/data/{compute_bm25_outfile} \
dataset_split=train setup_type={bm25_setup_type} task_name={dataset} +ds_size={ds_size} L={finder_L}
Expand All @@ -26,7 +26,7 @@ Install [GLM-10B](https://github.com/THUDM/GLM) or [GLM-130B](https://github.com
```bash
cd plm
bash ./install_glm.sh
bash scripts/generate_block.sh \
bash ./scripts/generate_block.sh \
config_tasks/model_blocklm_10B_chinese.sh
```

Expand Down

0 comments on commit 33c94b5

Please sign in to comment.