Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model name 'nboost/pt-tinybert-msmarco' was not found in model name list #62

Closed
braaannigan opened this issue Apr 27, 2020 · 2 comments
Closed

Comments

@braaannigan
Copy link

I'm trying to follow the example but following either the pip (or docker routes) I get:

nboost                                      --uhost localhost                       
--uport 9200                           
 --search_route "/<index>/_search"      
 --query_path url.query.q               
 --topk_path url.query.size            
  --default_topk 10                      
 --choices_path body.hits.hits           
--cvalues_path _source.passage

Model name 'nboost/pt-tinybert-msmarco' was not found in model name list. This looks similar in some ways to #58 . Any suggestions?

@kaykanloo
Copy link
Contributor

kaykanloo commented Apr 27, 2020

When installing nboost using pip install nboost[pt], for some reason it installs an older version of transformers package (2.2.1). Upgrading that package using the following command solved the issue for me:
pip install --upgrade transformers

@braaannigan
Copy link
Author

Thanks @kaykanloo, that worked perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants