Skip to content

[8.9] [DOCS] Removes sentence similarity models from QA list (backport #2456) #2457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ purposes and to get started with the Elastic {nlp} features.
[[ml-nlp-model-ref-question-answering]]
== Third party question answering models

* https://huggingface.co/sentence-transformers/all-mpnet-base-v2[**All MPNet base v2**]
* https://huggingface.co/bert-large-uncased-whole-word-masking-finetuned-squad[BERT large model (uncased) whole word masking finetuned on SQuAD]
* https://huggingface.co/distilbert-base-cased-distilled-squad[DistilBERT base cased distilled SQuAD]
* https://huggingface.co/deepset/electra-base-squad2[Electra base squad2]
* https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-cos-v1[**Multi QA MPNet base cos v1**]
* https://huggingface.co/deepset/tinyroberta-squad2[TinyRoBERTa squad2]


Expand Down