Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODQA improve #1635

Merged
merged 16 commits into from Jun 16, 2023
Merged

ODQA improve #1635

merged 16 commits into from Jun 16, 2023

Conversation

dmitrijeuseew
Copy link
Contributor

ODQA, improve quality and reduce RAM consumption by adding Binary Passage Retrieval and optimizing tfidf index.

@dmitrijeuseew dmitrijeuseew changed the title Feat/odqa improve ODQA improve Apr 2, 2023
deeppavlov/configs/doc_retrieval/en_ranker_tfidf_wiki.json Outdated Show resolved Hide resolved
deeppavlov/configs/doc_retrieval/en_ranker_tfidf_wiki.json Outdated Show resolved Hide resolved
@@ -76,6 +94,7 @@ def __init__(self,
load_before_drop: bool = True,
clip_norm: Optional[float] = None,
min_learning_rate: float = 1e-06,
psg_cls: bool = False,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docstring

deeppavlov/models/doc_retrieval/bpr.py Outdated Show resolved Hide resolved
deeppavlov/configs/squad/qa_nq_psgcls_bert.json Outdated Show resolved Hide resolved
@IgnatovFedor IgnatovFedor merged commit 75e0473 into dev Jun 16, 2023
4 of 6 checks passed
@IgnatovFedor IgnatovFedor deleted the feat/odqa_improve branch June 16, 2023 05:46
@IgnatovFedor IgnatovFedor mentioned this pull request Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants