You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
domain=$1 # "all" or "dmv", "ssa", "studentaid", "va" for domain adaptation setup
seg=$2 # token or structure
dpr=dpr-$domain-$seg
rag_model_name=$CHECKPOINTS/rag-$dpr
# config "ctx_model_name" for ctx encoder to your local path to DPR encoder;
# ctx_model_name=$CHECKPOINTS/$dpr/ctx_encoder
# or use our fine-tuned DPR encoders, such as "sivasankalpp/dpr-multidoc2dial-token-ctx-encoder" or "sivasankalpp/dpr-multidoc2dial-structure-ctx-encoder"