Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-karpukhin committed Aug 31, 2021
1 parent 2f3153c commit 047331d
Show file tree
Hide file tree
Showing 12 changed files with 568 additions and 264 deletions.
1 change: 1 addition & 0 deletions conf/biencoder_train_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ special_tokens:

ignore_checkpoint_offset: False
ignore_checkpoint_optimizer: False
ignore_checkpoint_lr: False

# set to >1 to enable multiple query encoders
multi_q_encoder: False
Expand Down
2 changes: 1 addition & 1 deletion conf/datasets/encoder_train_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nq_speech_quantized_dev:

paq_1m_speech_mixed_train:
_target_: dpr.data.speech_data.WavPAQTextDataset
jsonl_file: /private/home/barlaso/data/paq/PAQ.dpr.train.jsonl
jsonl_file: /checkpoint/vladk/speechqa/data/paq/train/PAQ.dpr.train.jsonl
manifest_txt_file: /checkpoint/kushall/data/speechqa/paq/PAQ.dpr.train_questions.txt
wav_root_dir: /checkpoint/vladk/speechqa/data/paq/train/denoised_16k/
normalize_audio: False
Expand Down
2 changes: 1 addition & 1 deletion conf/datasets/retriever_ur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ aidayago2_test:
trex_dev:
_target_: dpr.data.retriever_data.KiltCsvQASrc
#file: /checkpoint/fabiopetroni/KILT/multitask_dpr_datasets/v0.20200817/trex-dev-multikilt.tsv
file: /checkpoint/vladk/dpr_open_source/ur/trex_dev-kilt.tsv
file: /checkpoint/vladk/dpr_open_source/ur/trex-dev-kilt.tsv
kilt_gold_file: /checkpoint/fabiopetroni/KILT/datasets/trex-dev-kilt.jsonl

trex_test:
Expand Down
Loading

0 comments on commit 047331d

Please sign in to comment.