sogou / SogouMRCToolkit

This toolkit was designed for the fast and efficient development of modern machine comprehension models, including both published models and original prototypes.
Apache License 2.0
746 stars 164 forks source link

NotFoundError: ./vacab.txt #15

Closed yanchlu closed 5 years ago

yanchlu commented 5 years ago

When I run the run_bert_coqa.py, it comes out an error. tensorflow.python.framework.errors_impl.NotFoundError: ./vocab.txt; No such file or directory I want to know where does this file come from.

yanchlu commented 5 years ago

glove.840B.300d.txt?

yxk9810 commented 5 years ago

vocab.txt is from bert pretrained model. You can it in https://github.com/google-research/bert.