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

Difference between Finbert-domain and Finbert-QA #1

Closed
samjoy opened this issue Jan 14, 2021 · 1 comment
Closed

Difference between Finbert-domain and Finbert-QA #1

samjoy opened this issue Jan 14, 2021 · 1 comment

Comments

@samjoy
Copy link

samjoy commented Jan 14, 2021

In the retriever system, I understand you are using the Finbert-domain. In the ranker, you are using Finbert-QA. What is the difference between the two? Can we use the Finbert-domain in the the ranker?

@yuanbit
Copy link
Owner

yuanbit commented Jan 15, 2021

Hi @samjoy, Finbert-domain is bert-base-uncased further pre-trained on a large financial corpus by ProsusAI: https://github.com/ProsusAI/finBERT

FinBERT-QA is a model fine-tuned on the FiQA dataset. You can also use Finbert-domain as the ranker, but since FinBERT-QA is already trained on FiQA, the results will be better. Feel free to give it a try though!

@samjoy samjoy closed this as completed Jan 24, 2021
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