-
Notifications
You must be signed in to change notification settings - Fork 191
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
Release cdQA version 1.0.0 on PyPI #169
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fixed typo * added other needed changes when sending to different devices
…raining-on-SQuAD add instructions for reader training on SQuAD
* Update issue templates * remove old issue template method * Be compliant with the Github open source guide #81
…t False (#150) * Deleted useless folders for github repo * Added option in BertQA to save logs, the default is false * Implemented a better way to have the option to save logs * Updated documentation * Removed useless parameter in BertQA
* Updated explanation to train reader on README file * Updated explanation to evaluate reader on README file * Added explanation to evaluate pipeline
* Implemented function to evaluate pipeline * modified name of module from metrics.py to evaluate.py * Changed evaluate_from_files to evaluate_reader / modified name of the module (evaluate.py to evaluation.py)
…to update-README
README updates + sync with run_squad.py
* + pdf_converter * README updates * Use the sys.argv and save the data on a csv * change '\n'.join() by ' '.join() in order to correct the csv * update run_squad.py * create content column inside qa_pipeline * update refs * clean up docstrings after content col removal * minor bugs * fix typos and start write unit tests #136 (#155) * + pdf_converter * Use the sys.argv and save the data on a csv * change '\n'.join() by ' '.join() in order to correct the csv * minor bugs * update README * change param name to sth meaningful
… as default (the default BERT model we use is uncased) (#160)
* updated download.py * deleted docs repo
* moved download.py to root and updated it to download models and BNP Paribas dataset * changed version in setup.py to 1.0.0 * updated tutorial example with changes in repository * done some minor updates on download.py * removed PyGithub from requirements as we do not use it anymore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.