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

Would it be okay to use the code below instead of bert? #24

Closed
cwoonb opened this issue Jan 24, 2024 · 1 comment
Closed

Would it be okay to use the code below instead of bert? #24

cwoonb opened this issue Jan 24, 2024 · 1 comment

Comments

@cwoonb
Copy link

cwoonb commented Jan 24, 2024

Original code

  • pretrained_model_name_or_path: Optional[str] = "bert-base-uncased",

new code

  • pretrained_model_name_or_path: Optional[str] = "monologg/kobert",
@MichalBrzozowski91
Copy link
Collaborator

Sure, the code should work for any pre-trained BERT model from huggingface hub.

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