You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, what is the difference between these two models? One (sentence-msmarco-bert-base-dot-v5-nlpl-code_search_net) is used in the code, the other (sentence-t5-base-nlpl-code_search_net) is listed in the readme, but doesn't appear to be used.
The application uses [sentence transformer](https://www.sbert.net/) model architecture to produce 'sentence' embeddings for functions and queries. The particular model is [krlvi/sentence-t5-base-nlpl-code_search_net](https://huggingface.co/krlvi/sentence-t5-base-nlpl-code_search_net) which is based of a [SentenceT5-Base](https://github.com/google-research/t5x_retrieval#released-model-checkpoints) checkpoint with 110M parameters and a pooling layer.
The text was updated successfully, but these errors were encountered:
Hi, what is the difference between these two models? One (sentence-msmarco-bert-base-dot-v5-nlpl-code_search_net) is used in the code, the other (sentence-t5-base-nlpl-code_search_net) is listed in the readme, but doesn't appear to be used.
In the code:
semantic-code-search/src/semantic_code_search/cli.py
Line 51 in 6434ef7
In the readme:
semantic-code-search/README.md
Line 182 in 6434ef7
The text was updated successfully, but these errors were encountered: