You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when we load dmis-lab/biobert-base-cased-v1.1 from HF Models with BertTokenizer.from_pretrained the tokenizer's default behavior sets do_lower_case=True. Lack of tokenizer_config.jsonhere compared to this could be the reason.
Is this behavior intended? This is unexpected for a user unless they probe for it.
I'm using transformers==4.12.5.
Thanks,
Saad
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the releasing this codebase.
I noticed that when we load
dmis-lab/biobert-base-cased-v1.1
from HF Models withBertTokenizer.from_pretrained
the tokenizer's default behavior setsdo_lower_case=True
. Lack oftokenizer_config.json
here compared to this could be the reason.Is this behavior intended? This is unexpected for a user unless they probe for it.
I'm using
transformers==4.12.5
.Thanks,
Saad
The text was updated successfully, but these errors were encountered: