Skip to content

Commit

Permalink
Add text similarity models to compatible NLP models (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored Sep 26, 2023
1 parent 1bf27ac commit 96f6c88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ Using `DPREncoderWrapper`:
* https://huggingface.co/ProsusAI/finbert[FinBERT]
* https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment[Twitter roBERTa base for Sentiment Analysis]

[discrete]
[[ml-nlp-model-ref-text-similarity]]
== Third party text similarity models
* https://huggingface.co/cross-encoder/ms-marco-TinyBERT-L-2-v2[ms marco TinyBERT L2 v2]
* https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2[ms marco MiniLM L6 v2]

[discrete]
[[ml-nlp-model-ref-zero-shot]]
Expand Down

0 comments on commit 96f6c88

Please sign in to comment.