bakrianoo commited on
Commit
0eb85c3
1 Parent(s): 57d0734

update citations referecnes

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -384,19 +384,26 @@ Phase `2` produces a finetuned `STS` model based on the model from phase `1`, wi
384
  - Datasets: 3.0.1
385
  - Tokenizers: 0.20.1
386
 
387
- #### Sentence Transformers Citation
 
 
 
388
  ```bibtex
389
- @inproceedings{reimers-2019-sentence-bert,
390
- title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
391
- author = "Reimers, Nils and Gurevych, Iryna",
392
- booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
393
- month = "11",
394
- year = "2019",
395
- publisher = "Association for Computational Linguistics",
396
- url = "https://arxiv.org/abs/1908.10084",
397
  }
398
  ```
399
 
 
 
 
 
 
 
400
  <!--
401
  ## Glossary
402
 
 
384
  - Datasets: 3.0.1
385
  - Tokenizers: 0.20.1
386
 
387
+ ### Citation:
388
+
389
+ #### BibTeX:
390
+
391
  ```bibtex
392
+ @misc{silma2024embedding,
393
+ author = {Abu Bakr Soliman, Karim Ouda, Silma AI},
394
+ title = {Silma Embedding STS 0.1},
395
+ year = {2024},
396
+ publisher = {Hugging Face},
397
+ howpublished = {\url{https://huggingface.co/silma-ai/silma-embeddding-sts-0.1}},
 
 
398
  }
399
  ```
400
 
401
+ #### APA:
402
+
403
+ ```apa
404
+ Abu Bakr Soliman, Karim Ouda, Silma AI. (2024). Silma Embedding STS 0.1 [Model]. Hugging Face. https://huggingface.co/silma-ai/silma-embeddding-sts-0.1
405
+ ```
406
+
407
  <!--
408
  ## Glossary
409