Sami92 commited on
Commit
3b2704e
1 Parent(s): 426f593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -293,7 +293,7 @@ model-index:
293
 
294
  # SentenceTransformer based on intfloat/multilingual-e5-large-instruct
295
 
296
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [intfloat/multilingual-e5-large-instruct](https://huggingface.co/intfloat/multilingual-e5-large-instruct). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
297
 
298
  ## Model Details
299
 
 
293
 
294
  # SentenceTransformer based on intfloat/multilingual-e5-large-instruct
295
 
296
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [intfloat/multilingual-e5-large-instruct](https://huggingface.co/intfloat/multilingual-e5-large-instruct). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for claim matching. Claim matching is the task of finding semantically identical texts for a given query-text. It finds application in the context of automated fact-checking for which it is important to identify copies of the same (misinformation) claim or previously checked claims.
297
 
298
  ## Model Details
299