Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
a41e4781
Commit
a41e4781
authored
May 18, 2021
by
Mostofa Patwary
Browse files
updated the evaluation script for retriver
parent
f21a6628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/model/biencoder_model.py
megatron/model/biencoder_model.py
+1
-1
No files found.
megatron/model/biencoder_model.py
View file @
a41e4781
...
@@ -26,7 +26,7 @@ def get_model_provider(only_query_model=False, only_context_model=False,
...
@@ -26,7 +26,7 @@ def get_model_provider(only_query_model=False, only_context_model=False,
only_context_model
=
only_context_model
,
only_context_model
=
only_context_model
,
biencoder_shared_query_context_model
=
\
biencoder_shared_query_context_model
=
\
biencoder_shared_query_context_model
,
biencoder_shared_query_context_model
,
pre_process
=
True
,
post_process
=
True
)
pre_process
=
pre_process
,
post_process
=
post_process
)
return
model
return
model
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment