Muthukumaran commited on
Commit
8840be8
1 Parent(s): 7ad8a54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -78,6 +78,13 @@ passage_embeddings = model.encode(input_passages)
78
  print(util.cos_sim(query_embeddings, passage_embeddings))
79
  ```
80
 
 
 
 
 
 
 
 
81
  ## Citation
82
  If you find this work useful, please cite using the following bibtex citation:
83
 
 
78
  print(util.cos_sim(query_embeddings, passage_embeddings))
79
  ```
80
 
81
+ # Note
82
+
83
+ This 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).
84
+
85
+ Accompanying paper can be found here: https://arxiv.org/abs/2405.10725
86
+
87
+
88
  ## Citation
89
  If you find this work useful, please cite using the following bibtex citation:
90