scibert icon indicating copy to clipboard operation
scibert copied to clipboard

Error in BertTextClassifier __init__ signature

Open swfarnsworth opened this issue 4 years ago • 0 comments

https://github.com/allenai/scibert/blob/ae9f98f58a9793781148ccf715b03f7160060f24/scibert/models/bert_text_classifier.py#L27

I believe that this line should read verbose_metrics: bool = False. As it stands, it doesn't have a default value.

swfarnsworth avatar Jun 04 '20 18:06 swfarnsworth