-
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
No module named 'cdqa.reader.reader_sklearn' #237
Comments
Hi @SuyashSrivastavaDel You are facing this error because the XLNet implementation for cdQA is not ready yet. It is being developped in the You can still use cdQA with BERT in the meantime. |
Hey thanks for replying @fmikaelian. Could you help me answer a few of my other questions.. 1.How many of Q&A pair per paragraph(custom dataset) would I require to train on top of pre-trained bert models? |
Hi @SuyashSrivastavaDel , I will give my answers based on my knowledge and on what I think. @fmikaelian, you can correct me or add something if you think you should.
|
Hey @andrelmfarias thanks for replying. Could you help me a little further with this..
|
by returning cdQA/cdqa/reader/bertqa_sklearn.py Line 639 in cff2d44
You also would have to modify the method cdQA/cdqa/reader/bertqa_sklearn.py Line 1242 in cff2d44
If ever you are interested in implementing it as an option when using |
@andrelmfarias Thanks for replying, I am working on it. Will comeback to you with more stupid doubts asap. |
Hi @SuyashSrivastavaDel and @andrelmfarias - any update on the multi-result feature? Thank you. |
Hey @JimAva , my fork of the repo has a branch named feature/n_best_predictions. Hey @andrelmfarias I am raising a PR for this like you told me to. :):) |
When trying to use XLNet model in place of BERT I face the following error.
Could someone please help me with this?
cdqa_pipeline = QAPipeline(reader='./models/xlnet_cased_vCPU.joblib', max_df=1.0)
The text was updated successfully, but these errors were encountered: