scibert icon indicating copy to clipboard operation
scibert copied to clipboard

Updates the model API

Open ghltshubh opened this issue 2 years ago • 0 comments

Old API model = AutoModel.from_pretrained('allenai/scibert_scivocab_uncased') raises exception therefore updating it to model = AutoModelWithLMHead.from_pretrained('allenai/scibert_scivocab_uncased')

ghltshubh avatar Feb 22 '22 19:02 ghltshubh