Jupyter notebook kernel restarts when downloading scibert_scivocab_uncased
#5
by
phantomloe
- opened
I have installed transformer and everything should be updated, but when I run the following line,
model = AutoModel.from_pretrained('allenai/scibert_scivocab_uncased')
my kernel keeps crashing. I tried to download the cased model, which has also started to make my notebook crash. Does anyone have an idea of what I can do to solve this problem?