Skip to content
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

QnA system using BERT #15

Closed
Amrutha1101 opened this issue Apr 17, 2023 · 2 comments
Closed

QnA system using BERT #15

Amrutha1101 opened this issue Apr 17, 2023 · 2 comments

Comments

@Amrutha1101
Copy link

I'm trying to build a QnA system with bert where i will provide a pdf document. As 512 token is the limitation it's unable to take longer texts like a pdf.
I want to know which part of this repository I need to use for bert to work fine even with pdf.

@Amrutha1101
Copy link
Author

I'm a beginner your help would be greatly appreciated

@mwachnicki
Copy link
Collaborator

I recommend using BertClassifierWithPooling.
You can find a simple example in this notebook and an extended description in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants