Omartificial-Intelligence-Space commited on
Commit
ca7158c
1 Parent(s): f40c44d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -15
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
- ## Glossary
881
-
882
- *Clearly define terms in order to be accessible across audiences.*
883
- -->
884
-
885
- <!--
886
- ## Model Card Authors
887
 
888
- *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
889
- -->
890
 
891
- <!--
892
- ## Model Card Contact
893
-
894
- *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
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
+ }