COMBO
Merging Generated and Retrieved Knowledge for Open-Domain QA (EMNLP 2023)
파일 탐색기
- ablation_pairwise_input.py
- build_psg_pairs.py
- build_psg_pairs.sh
- create_evidentiality_data.py
- create_evidentiality_data_hotpotqa.py
- create_hotpotqa_evidentiality_data.py
- create_loo_data.sh
- create_loo_data_hotpotqa.py
- evaluation.py
- infer_compatibility_scores.py
- infer_evidentiality_scores.py
- infer_loo.sh
- merge_infer_scores.py
- run_imbalanced_classification.py
- submit_infer_compatibility_evidentiality_scores.sh
- train_compatibility_matching.sh
- train_evidentiality.sh
- train_gpt_only.sh
- train_hotpotqa_dpr_only.sh
- train_hotpotqa_gpt_only.sh
- train_hotpotqa_pair.sh
- train_hotpotqa_simple_merge.sh
- train_nq_webq_pair.sh
- train_nq_webq_pair_base.sh
- train_nq_webq_pair_top_10_selection.sh
- train_simple_merge.sh
- train_simple_merge_base.sh
- train_tqa_pair.sh
- __init__.py
- base.py
- fever.py
- kilt.py
- lm.py
- mlm.py
- multiple_choice.py
- qa.py
- section.py
- AdamWFP32Copy.py
- atlas.py
- dist_utils.py
- evaluation.py
- fid.py
- index.py
- index_io.py
- model_io.py
- modeling_bert.py
- modeling_t5.py
- options.py
- retrievers.py
- slurm.py
- torchrun_utils.py
- util.py
- convert_to_jsonl.py
- train.py
- framework_v4_combo.jpg
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
sbatch
설명 보기 ▼
sbatch
SLURM 스케줄러에 배치 작업 제출.
더 많은 정보: <https://manned.org/sbatch>.
sbatch {{path/to/job.sh}}
배치 작업 제출:
sbatch --job-name={{myjob}} {{path/to/job.sh}}
사용자 지정 이름으로 배치 작업 제출:
sbatch --time={{00:30:00}} {{path/to/job.sh}}
30분의 시간 제한으로 배치 작업 제출:
// repository documentation
Was this content helpful?
(0 ratings)
