Omartificial-Intelligence-Space
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -425,6 +425,9 @@ model-index:
|
|
425 |
- type: spearman_max
|
426 |
value: 0.8217532539767914
|
427 |
name: Spearman Max
|
|
|
|
|
|
|
428 |
---
|
429 |
|
430 |
# SentenceTransformer based on sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
@@ -876,20 +879,16 @@ You can finetune this model on your own dataset.
|
|
876 |
}
|
877 |
```
|
878 |
|
879 |
-
|
880 |
-
##
|
881 |
-
|
882 |
-
*Clearly define terms in order to be accessible across audiences.*
|
883 |
-
-->
|
884 |
-
|
885 |
-
<!--
|
886 |
-
## Model Card Authors
|
887 |
|
888 |
-
|
889 |
-
-->
|
890 |
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
|
|
|
|
|
|
|
425 |
- type: spearman_max
|
426 |
value: 0.8217532539767914
|
427 |
name: Spearman Max
|
428 |
+
license: apache-2.0
|
429 |
+
datasets:
|
430 |
+
- Omartificial-Intelligence-Space/Arabic-NLi-Triplet
|
431 |
---
|
432 |
|
433 |
# SentenceTransformer based on sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
|
|
879 |
}
|
880 |
```
|
881 |
|
882 |
+
```markdown
|
883 |
+
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
884 |
|
885 |
+
If you use the Arabic Matryoshka Embeddings Model, please cite it as follows:
|
|
|
886 |
|
887 |
+
```bibtex
|
888 |
+
@software{nacar2024,
|
889 |
+
author = {Omer Nacar},
|
890 |
+
title = {Arabic Matryoshka Embeddings Model - Arabic MiniLM L12 v2 All Nli Triplet},
|
891 |
+
year = 2024,
|
892 |
+
url = {https://huggingface.co/Omartificial-Intelligence-Space/Arabic-MiniLM-L12-v2-all-nli-triplet},
|
893 |
+
version = {1.0.0},
|
894 |
+
}
|