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

Pretrained weights for bart-base #1

Open
kevgeo opened this issue Mar 21, 2024 · 0 comments
Open

Pretrained weights for bart-base #1

kevgeo opened this issue Mar 21, 2024 · 0 comments

Comments

@kevgeo
Copy link

kevgeo commented Mar 21, 2024

Thank you for your paper along with the starter code.

I had a question about the pretrained weights used for text-only Bart-Base. According to the paper, you have pretrained bart-base with CNN/DailyMail before fine-tuning on mredditsum dataset.

Is this the same pretrained model that is referred to in bart.py, line 14 & 15.

self.model = BartForConditionalGeneration.from_pretrained('/gallery_tate/keighley.overbay/thread-summarization/models/bart-base_cnn', local_files_only=True)

If so, how do I access these weights?

Currently I am using facebook/bart-base from transformers which is not pretrained on the CNN/DailyMail dataset.

@kevgeo kevgeo changed the title Pretrained weights for Bart-base Pretrained weights for bart-base Mar 21, 2024
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

1 participant