Muthukumaran commited on
Commit
c501024
1 Parent(s): 5520d8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -12,7 +12,7 @@ pipeline_tag: sentence-similarity
12
 
13
  # Model Card for nasa-smd-ibm-st-v2
14
 
15
- `nasa-smd-ibm-st-v2` is a Bi-encoder sentence transformer model, that is fine-tuned from nasa-smd-ibm-v0.1 encoder model. it is an updated version of `nasa-smd-ibm-st` with better performance (shown below). It's trained with 271 million examples along with a domain-specific dataset of 2.6 million examples from documents curated by NASA Science Mission Directorate (SMD). With this model, we aim to enhance natural language technologies like information retrieval and intelligent search as it applies to SMD NLP applications.
16
 
17
  you can also use distilled version of the model here: https://huggingface.co/nasa-impact/nasa-ibm-st.38m
18
 
@@ -77,6 +77,12 @@ query_embeddings = model.encode(input_queries)
77
  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:
 
12
 
13
  # Model Card for nasa-smd-ibm-st-v2
14
 
15
+ `nasa-smd-ibm-st-v2` (Indus-ST) is a Bi-encoder sentence transformer model, that is fine-tuned from nasa-smd-ibm-v0.1 encoder model. it is an updated version of `nasa-smd-ibm-st` with better performance (shown below). It's trained with 271 million examples along with a domain-specific dataset of 2.6 million examples from documents curated by NASA Science Mission Directorate (SMD). With this model, we aim to enhance natural language technologies like information retrieval and intelligent search as it applies to SMD NLP applications.
16
 
17
  you can also use distilled version of the model here: https://huggingface.co/nasa-impact/nasa-ibm-st.38m
18
 
 
77
  passage_embeddings = model.encode(input_passages)
78
  print(util.cos_sim(query_embeddings, passage_embeddings))
79
  ```
80
+ # Note
81
+
82
+ 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).
83
+
84
+ Accompanying paper can be found here: https://arxiv.org/abs/2405.10725
85
+
86
 
87
  ## Citation
88
  If you find this work useful, please cite using the following bibtex citation: