cdQA
cdQA copied to clipboard
⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.
ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from cdqa) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.2.0 (from cdqa)
Is it possible to convert other bert model in pytorch form or tensorflow form to joblib for cdQA using?
(Ayush) C:\Users\ayush>pip install cdqa WARNING: Ignoring invalid distribution -ymongo (b:\anaconda\envs\ayush\lib\site-packages) WARNING: Ignoring invalid distribution -ymongo (b:\anaconda\envs\ayush\lib\site-packages) Collecting cdqa Using cached cdqa-1.3.9.tar.gz (45 kB) Requirement already satisfied: Flask==1.1.1 in b:\anaconda\envs\ayush\lib\site-packages (from...
**Please be sure that there's no other issue regarding the same bug by searching in older issues and that the bug is particular to cdQA (sometimes you can find a...
I am following the deployment section of 'https://github.com/cdqa-suite/cdQA/blob/master/README.md' link. I am using Windows and hence using the 'set' keyword instead of the 'export' keyword. Once I run the `flask -h...
- [x] Implement sklearn wrapper on top of new QA script provided by HF - [x] Train XLNet on SQuAD 2.0 with wrapper - [x] Add ability to load pre-trained...
Hi, in a blog you wrote: > You can also improve the performance of the pre-trained Reader, which was pre-trained on SQuAD 1.1 dataset. If you have an annotated dataset...
Traceback (most recent call last): File "/opt/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in d=pd.read_csv('/users/sbagadhi/downloads/script.csv',converters={'paragraphs':literal_eval}) File "/opt/anaconda3/lib/python3.7/site-packages/pandas/io/parsers.py", line 685, in parser_f return _read(filepath_or_buffer, kwds) File...
I tried to use the library to train set in Russian and it did not work out much. What I've done for it: - Of course, I prepared a data...
I got error when install it ``` ERROR: Could not find a version that satisfies the requirement pandas==0.25.0 (from cdqa) (from versions: 0.1, 0.2b0, 0.2b1, 0.2, 0.3.0b0, 0.3.0b2, 0.3.0, 0.4.0,...