FileNotFoundError: [Errno 2] No such file or directory: '/models/facebook-dpr-question_encoder-single-nq-base/1_Pooling/config.json'

#3
by MHouse - opened

I want to replicate a GitHub project locally.
the source code is:
image.png
but when I use the 'SentenceTransformer' to load local model, it raise error: No such file or directory: '/models/facebook-dpr-question_encoder-single-nq-base/1_Pooling/config.json'
but I didn't see any dir named '1_Pooling'
What's the problem? the version? or sth else?

Sign up or log in to comment