renatoviolin / Question-Answering-Albert-Electra

Question Answering using Albert and Electra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No vocab.txt in model

gandalf012 opened this issue · comments

No model/vocab.txt
I suggest you to clone your repo out of initial directory, run it to make sure that everything is okay

The vocab.txt is in the download file together the pre-trained checkpoint.
Make sure to extract and get the following structure:

electra_large_qa_model
    data
    model
        model.ckpt-64000
        vocab.txt
    tfrecords

Make sure to adjust the DATA_MODEL_DIR to electra_large_qa_model folder.