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

Did you fine tuning BERT in the abstractive summarizer and BERTSUM #52

Open
xdwang0726 opened this issue Oct 9, 2019 · 1 comment
Open

Comments

@xdwang0726
Copy link

Hello,
I am wondering did you fine tuning BERT in the encoder in your abstracitve summarizer and BERTSUM model? (or you just used the pre-trained model)

Thank you!

@astariul
Copy link

BERT is indeed finetuned.

parser.add_argument("-finetune_bert", type=str2bool, nargs='?', const=True, default=True)

This option is by default set to True.

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