allenai / specter

SPECTER: Document-level Representation Learning using Citation-informed Transformers
Apache License 2.0
516 stars 56 forks source link

Model name 'data/scibert_scivocab_uncased/vocab.txt' was not found in model name list #25

Closed nshinton closed 3 years ago

nshinton commented 3 years ago

Hi, I think I'm doing something really dumb but I don't know how to fix it.

I'm trying to run create_training_files.py as per the instructions, but I'm getting the error in the title. This file does not exist in the specter repository. Am I supposed to download it from somewhere else?

armancohan commented 3 years ago

Could you try downloading the supporting files first? Instructions in readme: https://github.com/allenai/specter#download

nshinton commented 3 years ago

Ah right, sorry I missed the unzip step when I was following the instructions