[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #745 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: update vectors.md
  • Loading branch information
davidmezzetti committed Jul 3, 2024
2 parents 6bc66c6 + 0b668d3 commit be7e001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/embeddings/configuration/vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Embeddings method to use. If the method is not provided, it is inferred using th
Builds embeddings using a transformers model. While this can be any transformers model, it works best with
[models trained](https://huggingface.co/models?pipeline_tag=sentence-similarity) to build embeddings.

Both `mean` and `cls` pooling are supported and automatically infered from the model. The pooling method can be overwritten by changing the method
Both `mean` and `cls` pooling are supported and automatically inferred from the model. The pooling method can be overwritten by changing the method
from `transformers` to `meanpooling` or `clspooling` respectively.

### sentence-transformers
Expand Down

0 comments on commit be7e001

Please sign in to comment.