Rijgersberg commited on
Commit
95753dd
·
verified ·
1 Parent(s): 6c8f0ba

Squash typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ It is a BERT model (Devlin et al. 2019) although the typical Next Sentence Predi
22
  This architecture has subsequently been finetuned for semantic search purposes. We have followed the procedure proposed by [S-BERT](https://www.sbert.net/examples/applications/semantic-search/README.html).
23
 
24
  ### What is the output of the model?
25
- The model returns an embddding vector of 768 dimensions for each function that it's given. These embeddings can be compared to
26
  get an indication of which functions are similar to each other.
27
 
28
  ### How does the model perform?
 
22
  This architecture has subsequently been finetuned for semantic search purposes. We have followed the procedure proposed by [S-BERT](https://www.sbert.net/examples/applications/semantic-search/README.html).
23
 
24
  ### What is the output of the model?
25
+ The model returns an embedding vector of 768 dimensions for each function that it's given. These embeddings can be compared to
26
  get an indication of which functions are similar to each other.
27
 
28
  ### How does the model perform?