File size: 565 Bytes
fd0d47c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
---
# multi-QA_v1-mpnet-asymmetric-A
This is mpnet-base model trained on 1B+ question - answer pairs. 2 separate models were used for training. This model was used to encode Answers.
## Usage
The model can be used for semantic-search in conjunction with question model : [multi-QA_v1-mpnet-asymmetric-Q](https://huggingface.co/flax-sentence-embeddings/multi-QA_v1-mpnet-asymmetric-Q)
Output vectors are normalized and mean pooling used during training.
|