-
Notifications
You must be signed in to change notification settings - Fork 101
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
Create CovidQA Doc #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename the markdown file to match that format of msmarco-doc/msmarco. Also, let's remove the CovidQA stuff from the README
docs/CovidQA.md
Outdated
mrr@10 0.22846344887161213 | ||
``` | ||
|
||
It takes about 10 seconds to re-rank this subset on CovidQA using a P100. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BM25 is not GPU dependent
requirements.txt
Outdated
tqdm==4.45.0 | ||
transformers>=2.9.0 | ||
transformers==2.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any reason of why we don't want the latest transformers
and tokenizers
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aight! Looks good to me, thanks for doing this! I'll let Rodrigo review it before I merge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.