--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity --- # multi-qa_v1-MiniLM-L6-cls_dot This is a [nreimers/MiniLM-L6-H384-uncased](https://huggingface.co/nreimers/MiniLM-L6-H384-uncased) model trained on all the Q&A datasets of the 1B+ train corpus. It was trained with the v1 setup. See data_config.json and train_script.py in this respository how the model was trained and which datasets have been used. ## Usage It can be used for semantic search. Output vectors are **not normalized**. You can find relevant passages by using **dot-product**.