Sentence Similarity
sentence-transformers
Safetensors
Persian
Arabic
multilingual
xlm-roberta
feature-extraction
persian
arabic
qa
information-retrieval
hadith
text-embeddings-inference
Instructions to use hamtaai/e5-large-instruct-hadith with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use hamtaai/e5-large-instruct-hadith with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("hamtaai/e5-large-instruct-hadith") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ tags:
|
|
| 13 |
- arabic
|
| 14 |
- qa
|
| 15 |
- information-retrieval
|
|
|
|
| 16 |
pipeline_tag: sentence-similarity
|
| 17 |
base_model:
|
| 18 |
- intfloat/multilingual-e5-large-instruct
|
|
|
|
| 13 |
- arabic
|
| 14 |
- qa
|
| 15 |
- information-retrieval
|
| 16 |
+
- hadith
|
| 17 |
pipeline_tag: sentence-similarity
|
| 18 |
base_model:
|
| 19 |
- intfloat/multilingual-e5-large-instruct
|