Muthukumaran commited on
Commit
6b1d8f7
1 Parent(s): 9cbea19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -81,6 +81,13 @@ passage_embeddings = model.encode(input_passages)
81
  print(util.cos_sim(query_embeddings, passage_embeddings))
82
  ```
83
 
 
 
 
 
 
 
 
84
  ## Citation
85
  If you find this work useful, please cite using the following bibtex citation:
86
 
 
81
  print(util.cos_sim(query_embeddings, passage_embeddings))
82
  ```
83
 
84
+ # Note
85
+
86
+ This Sentence Transformer Model is released in support of the training and evaluation of the encoder language model ["Indus"](https://huggingface.co/nasa-impact/nasa-smd-ibm-v0.1).
87
+
88
+ Accompanying paper can be found here: https://arxiv.org/abs/2405.10725
89
+
90
+
91
  ## Citation
92
  If you find this work useful, please cite using the following bibtex citation:
93